Uses of Class
io.github.resilience4j.bulkhead.event.AbstractBulkheadEvent
Packages that use AbstractBulkheadEvent
-
Uses of AbstractBulkheadEvent in io.github.resilience4j.bulkhead.event
Subclasses of AbstractBulkheadEvent in io.github.resilience4j.bulkhead.eventModifier and TypeClassDescriptionclassA 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.