Class BulkheadOnCallPermittedEvent
java.lang.Object
io.github.resilience4j.bulkhead.event.AbstractBulkheadEvent
io.github.resilience4j.bulkhead.event.BulkheadOnCallPermittedEvent
- All Implemented Interfaces:
BulkheadEvent
A BulkheadEvent which informs that a call has been permitted to execute
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.github.resilience4j.bulkhead.event.BulkheadEvent
BulkheadEvent.Type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.resilience4j.bulkhead.event.AbstractBulkheadEvent
getBulkheadName, getCreationTime
-
Constructor Details
-
BulkheadOnCallPermittedEvent
-
-
Method Details
-
getEventType
Description copied from interface:BulkheadEventReturns the type of the bulkhead event.- Returns:
- the type of the bulkhead event
-
toString
-