Interface BulkheadEvent
- All Known Implementing Classes:
BulkheadOnCallFinishedEvent,BulkheadOnCallPermittedEvent,BulkheadOnCallRejectedEvent
public interface BulkheadEvent
An event which is created by a bulkhead.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumEvent types which are created by a bulkhead. -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the bulkhead which has created the event.Returns the creation time of bulkhead event.Returns the type of the bulkhead event.
-
Method Details
-
getBulkheadName
String getBulkheadName()Returns the name of the bulkhead which has created the event.- Returns:
- the name of the bulkhead which has created the event
-
getEventType
BulkheadEvent.Type getEventType()Returns the type of the bulkhead event.- Returns:
- the type of the bulkhead event
-
getCreationTime
ZonedDateTime getCreationTime()Returns the creation time of bulkhead event.- Returns:
- the creation time of bulkhead event
-