| Enum | Description |
|---|---|
| Bulkhead.Type |
bulkhead implementation types
SEMAPHORE will invoke semaphore based bulkhead implementation THREADPOOL will invoke Thread
pool based bulkhead implementation
|
| Annotation Type | Description |
|---|---|
| Bulkhead |
This annotation can be applied to a class or a specific method.
|