Uses of Enum Class
io.github.resilience4j.bulkhead.event.BulkheadEvent.Type
Packages that use BulkheadEvent.Type
-
Uses of BulkheadEvent.Type in io.github.resilience4j.bulkhead.event
Methods in io.github.resilience4j.bulkhead.event that return BulkheadEvent.TypeModifier and TypeMethodDescriptionBulkheadEvent.getEventType()Returns the type of the bulkhead event.BulkheadOnCallFinishedEvent.getEventType()BulkheadOnCallPermittedEvent.getEventType()BulkheadOnCallRejectedEvent.getEventType()static BulkheadEvent.TypeReturns the enum constant of this class with the specified name.static BulkheadEvent.Type[]BulkheadEvent.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.