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