Uses of Class
io.smallrye.faulttolerance.core.async.FutureCancellationEvent
-
Packages that use FutureCancellationEvent Package Description io.smallrye.faulttolerance.core.async -
-
Uses of FutureCancellationEvent in io.smallrye.faulttolerance.core.async
Methods in io.smallrye.faulttolerance.core.async that return FutureCancellationEvent Modifier and Type Method Description static FutureCancellationEventFutureCancellationEvent. valueOf(String name)Returns the enum constant of this type with the specified name.static FutureCancellationEvent[]FutureCancellationEvent. values()Returns an array containing the constants of this enum type, in the order they are declared.
-