Uses of Class
io.github.resilience4j.bulkhead.event.BulkheadOnCallFinishedEvent
Packages that use BulkheadOnCallFinishedEvent
-
Uses of BulkheadOnCallFinishedEvent in io.github.resilience4j.bulkhead
Method parameters in io.github.resilience4j.bulkhead with type arguments of type BulkheadOnCallFinishedEventModifier and TypeMethodDescriptionBulkhead.EventPublisher.onCallFinished(io.github.resilience4j.core.EventConsumer<BulkheadOnCallFinishedEvent> eventConsumer) ThreadPoolBulkhead.ThreadPoolBulkheadEventPublisher.onCallFinished(io.github.resilience4j.core.EventConsumer<BulkheadOnCallFinishedEvent> eventConsumer) -
Uses of BulkheadOnCallFinishedEvent in io.github.resilience4j.bulkhead.internal
Method parameters in io.github.resilience4j.bulkhead.internal with type arguments of type BulkheadOnCallFinishedEventModifier and TypeMethodDescriptionFixedThreadPoolBulkhead.BulkheadEventProcessor.onCallFinished(io.github.resilience4j.core.EventConsumer<BulkheadOnCallFinishedEvent> onCallFinishedEventConsumer) SemaphoreBulkhead.BulkheadEventProcessor.onCallFinished(io.github.resilience4j.core.EventConsumer<BulkheadOnCallFinishedEvent> onCallFinishedEventConsumer)