Uses of Class
io.helidon.nima.faulttolerance.Bulkhead.Builder
Packages that use Bulkhead.Builder
-
Uses of Bulkhead.Builder in io.helidon.nima.faulttolerance
Methods in io.helidon.nima.faulttolerance that return Bulkhead.BuilderModifier and TypeMethodDescriptionBulkhead.Builder.addQueueListener(Bulkhead.QueueListener listener) Add a queue listener to this bulkhead.static Bulkhead.BuilderBulkhead.builder()A new builder forBulkhead.Bulkhead.Builder.limit(int limit) Maximal number of parallel requests going through this bulkhead.A name assigned for debugging, error reporting or configuration purposes.Bulkhead.Builder.queueLength(int queueLength) Maximal number of enqueued requests waiting for processing.