Uses of Interface
io.github.resilience4j.bulkhead.Bulkhead.EventPublisher
Packages that use Bulkhead.EventPublisher
-
Uses of Bulkhead.EventPublisher in io.github.resilience4j.bulkhead
Methods in io.github.resilience4j.bulkhead that return Bulkhead.EventPublisherModifier and TypeMethodDescriptionBulkhead.getEventPublisher()Returns an EventPublisher which subscribes to the reactive stream of BulkheadEvent and can be used to register event consumers.Bulkhead.EventPublisher.onCallFinished(io.github.resilience4j.core.EventConsumer<BulkheadOnCallFinishedEvent> eventConsumer) Bulkhead.EventPublisher.onCallPermitted(io.github.resilience4j.core.EventConsumer<BulkheadOnCallPermittedEvent> eventConsumer) Bulkhead.EventPublisher.onCallRejected(io.github.resilience4j.core.EventConsumer<BulkheadOnCallRejectedEvent> eventConsumer) -
Uses of Bulkhead.EventPublisher in io.github.resilience4j.bulkhead.internal
Classes in io.github.resilience4j.bulkhead.internal that implement Bulkhead.EventPublisherMethods in io.github.resilience4j.bulkhead.internal that return Bulkhead.EventPublisherModifier and TypeMethodDescriptionSemaphoreBulkhead.getEventPublisher()Returns an EventPublisher which subscribes to the reactive stream of BulkheadEvent and can be used to register event consumers.SemaphoreBulkhead.BulkheadEventProcessor.onCallFinished(io.github.resilience4j.core.EventConsumer<BulkheadOnCallFinishedEvent> onCallFinishedEventConsumer) SemaphoreBulkhead.BulkheadEventProcessor.onCallPermitted(io.github.resilience4j.core.EventConsumer<BulkheadOnCallPermittedEvent> onCallPermittedEventConsumer) SemaphoreBulkhead.BulkheadEventProcessor.onCallRejected(io.github.resilience4j.core.EventConsumer<BulkheadOnCallRejectedEvent> onCallRejectedEventConsumer)