Class BulkheadOnCallRejectedEvent
java.lang.Object
io.github.resilience4j.bulkhead.event.BulkheadOnCallRejectedEvent
- All Implemented Interfaces:
BulkheadEvent
A BulkheadEvent which informs that a call has been rejected, because the bulkhead is full.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.github.resilience4j.bulkhead.event.BulkheadEvent
BulkheadEvent.Type -
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.Returns the type of the bulkhead event.toString()
-
Constructor Details
-
BulkheadOnCallRejectedEvent
-
-
Method Details
-
getEventType
Description copied from interface:BulkheadEventReturns the type of the bulkhead event.- Returns:
- the type of the bulkhead event
-
toString
-
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
-