- java.lang.Object
-
- io.smallrye.mutiny.helpers.test.OnFailureUniSignal
-
-
Constructor Summary
Constructors Constructor Description OnFailureUniSignal(java.lang.Throwable failure)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()java.lang.Throwablevalue()Get the signal associated value, if any.
-