Uses of Interface
io.github.resilience4j.bulkhead.event.BulkheadEvent
Packages that use BulkheadEvent
Package
Description
-
Uses of BulkheadEvent in io.github.resilience4j.bulkhead
Subinterfaces with type arguments of type BulkheadEvent in io.github.resilience4j.bulkheadModifier and TypeInterfaceDescriptionstatic interfaceAn EventPublisher which can be used to register event consumers.static interfaceAn EventPublisher which can be used to register event consumers. -
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
Subclasses with type arguments of type BulkheadEvent in io.github.resilience4j.bulkhead.internalModifier and TypeClassDescriptionprivate classprivate classClasses in io.github.resilience4j.bulkhead.internal that implement interfaces with type arguments of type BulkheadEventModifier and TypeClassDescriptionprivate classprivate classMethods 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)