- getAllBulkheads() - Method in interface io.github.resilience4j.bulkhead.BulkheadRegistry
-
- getAllBulkheads() - Method in class io.github.resilience4j.bulkhead.internal.InMemoryBulkheadRegistry
-
- getAvailableConcurrentCalls() - Method in interface io.github.resilience4j.bulkhead.Bulkhead.Metrics
-
Returns the number of parallel executions this bulkhead can support at this point in time.
- getBulkheadConfig() - Method in interface io.github.resilience4j.bulkhead.Bulkhead
-
Returns the BulkheadConfig of this Bulkhead.
- getBulkheadConfig() - Method in class io.github.resilience4j.bulkhead.internal.SemaphoreBulkhead
-
Returns the BulkheadConfig of this Bulkhead.
- getBulkheadName() - Method in interface io.github.resilience4j.bulkhead.event.BulkheadEvent
-
Returns the name of the bulkhead which has created the event.
- getCreationTime() - Method in interface io.github.resilience4j.bulkhead.event.BulkheadEvent
-
Returns the creation time of bulkhead event.
- getDefaultBulkheadConfig() - Method in interface io.github.resilience4j.bulkhead.BulkheadRegistry
-
Returns a default BulkheadConfig instance this registry is using.
- getDefaultBulkheadConfig() - Method in class io.github.resilience4j.bulkhead.internal.InMemoryBulkheadRegistry
-
- getEventPublisher() - Method in interface io.github.resilience4j.bulkhead.Bulkhead
-
Returns an EventPublisher which subscribes to the reactive stream of BulkheadEvent and
can be used to register event consumers.
- getEventPublisher() - Method in class io.github.resilience4j.bulkhead.internal.SemaphoreBulkhead
-
Returns an EventPublisher which subscribes to the reactive stream of BulkheadEvent and
can be used to register event consumers.
- getEventType() - Method in interface io.github.resilience4j.bulkhead.event.BulkheadEvent
-
Returns the type of the bulkhead event.
- getEventType() - Method in class io.github.resilience4j.bulkhead.event.BulkheadOnCallFinishedEvent
-
- getEventType() - Method in class io.github.resilience4j.bulkhead.event.BulkheadOnCallPermittedEvent
-
- getEventType() - Method in class io.github.resilience4j.bulkhead.event.BulkheadOnCallRejectedEvent
-
- getMaxAllowedConcurrentCalls() - Method in interface io.github.resilience4j.bulkhead.Bulkhead.Metrics
-
- getMaxConcurrentCalls() - Method in class io.github.resilience4j.bulkhead.BulkheadConfig
-
- getMaxWaitTime() - Method in class io.github.resilience4j.bulkhead.BulkheadConfig
-
- getMetrics() - Method in interface io.github.resilience4j.bulkhead.Bulkhead
-
Get the Metrics of this Bulkhead.
- getMetrics() - Method in class io.github.resilience4j.bulkhead.internal.SemaphoreBulkhead
-
Get the Metrics of this Bulkhead.
- getName() - Method in interface io.github.resilience4j.bulkhead.Bulkhead
-
Returns the name of this bulkhead.
- getName() - Method in class io.github.resilience4j.bulkhead.internal.SemaphoreBulkhead
-
Returns the name of this bulkhead.