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