Uses of Interface
io.github.resilience4j.bulkhead.event.BulkheadEvent
Packages that use BulkheadEvent
-
Uses of BulkheadEvent in io.github.resilience4j.bulkhead.event
Classes in io.github.resilience4j.bulkhead.event that implement BulkheadEventModifier and TypeClassDescription(package private) classclassA BulkheadEvent which informs that a call has been finished.classA BulkheadEvent which informs that a call has been permitted to executeclassA BulkheadEvent which informs that a call has been rejected, because the bulkhead is full. -
Uses of BulkheadEvent in io.github.resilience4j.bulkhead.internal
Methods in io.github.resilience4j.bulkhead.internal with parameters of type BulkheadEventModifier and TypeMethodDescriptionvoidFixedThreadPoolBulkhead.BulkheadEventProcessor.consumeEvent(BulkheadEvent event) voidSemaphoreBulkhead.BulkheadEventProcessor.consumeEvent(BulkheadEvent event) Method parameters in io.github.resilience4j.bulkhead.internal with type arguments of type BulkheadEventModifier and TypeMethodDescriptionprivate voidFixedThreadPoolBulkhead.publishBulkheadEvent(Supplier<BulkheadEvent> eventSupplier) private voidSemaphoreBulkhead.publishBulkheadEvent(Supplier<BulkheadEvent> eventSupplier)