Uses of Interface
io.helidon.faulttolerance.Bulkhead.QueueListener
Packages that use Bulkhead.QueueListener
-
Uses of Bulkhead.QueueListener in io.helidon.faulttolerance
Methods in io.helidon.faulttolerance that return types with arguments of type Bulkhead.QueueListenerModifier and TypeMethodDescriptionBulkheadConfig.BuilderBase.BulkheadConfigImpl.queueListeners()
BulkheadConfig.BuilderBase.queueListeners()
Queue listeners of this bulkhead.Methods in io.helidon.faulttolerance with parameters of type Bulkhead.QueueListenerModifier and TypeMethodDescriptionBulkheadConfig.BuilderBase.addQueueListener
(Bulkhead.QueueListener queueListener) Queue listeners of this bulkhead.Method parameters in io.helidon.faulttolerance with type arguments of type Bulkhead.QueueListenerModifier and TypeMethodDescriptionBulkheadConfig.BuilderBase.addQueueListeners
(List<? extends Bulkhead.QueueListener> queueListeners) Queue listeners of this bulkhead.BulkheadConfig.BuilderBase.queueListeners
(List<? extends Bulkhead.QueueListener> queueListeners) Queue listeners of this bulkhead.