Class AbstractBulkheadEvent
java.lang.Object
io.github.resilience4j.bulkhead.event.AbstractBulkheadEvent
- All Implemented Interfaces:
BulkheadEvent
- Direct Known Subclasses:
BulkheadOnCallFinishedEvent, BulkheadOnCallPermittedEvent, BulkheadOnCallRejectedEvent
-
Nested Class Summary
Nested classes/interfaces inherited from interface BulkheadEvent
BulkheadEvent.Type -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the bulkhead which has created the event.Returns the creation time of bulkhead event.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BulkheadEvent
getEventType
-
Field Details
-
bulkheadName
-
creationTime
-
-
Constructor Details
-
AbstractBulkheadEvent
AbstractBulkheadEvent(String bulkheadName)
-
-
Method Details
-
getBulkheadName
Description copied from interface:BulkheadEventReturns the name of the bulkhead which has created the event.- Specified by:
getBulkheadNamein interfaceBulkheadEvent- Returns:
- the name of the bulkhead which has created the event
-
getCreationTime
Description copied from interface:BulkheadEventReturns the creation time of bulkhead event.- Specified by:
getCreationTimein interfaceBulkheadEvent- Returns:
- the creation time of bulkhead event
-