Class BulkheadOnCallFinishedEvent
java.lang.Object
io.github.resilience4j.bulkhead.event.AbstractBulkheadEvent
io.github.resilience4j.bulkhead.event.BulkheadOnCallFinishedEvent
- All Implemented Interfaces:
BulkheadEvent
A BulkheadEvent which informs that a call has been finished. The event doesn't provide any
information on whether the call's execution was successful or not.
-
Nested Class Summary
Nested classes/interfaces inherited from interface BulkheadEvent
BulkheadEvent.Type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractBulkheadEvent
getBulkheadName, getCreationTime
-
Constructor Details
-
BulkheadOnCallFinishedEvent
-
-
Method Details
-
getEventType
Description copied from interface:BulkheadEventReturns the type of the bulkhead event.- Returns:
- the type of the bulkhead event
-
toString
-