@NonNullApi @NonNullFields
| Interface | Description |
|---|---|
| BulkheadEvent |
An event which is created by a bulkhead.
|
| Class | Description |
|---|---|
| BulkheadOnCallFinishedEvent |
A BulkheadEvent which informs that a call has been finished.
|
| BulkheadOnCallPermittedEvent |
A BulkheadEvent which informs that a call has been permitted to execute
|
| BulkheadOnCallRejectedEvent |
A BulkheadEvent which informs that a call has been rejected, because the bulkhead is full.
|
| Enum | Description |
|---|---|
| BulkheadEvent.Type |
Event types which are created by a bulkhead.
|