Uses of Interface
io.smallrye.faulttolerance.api.FaultTolerance.Builder.BulkheadBuilder
-
Uses of FaultTolerance.Builder.BulkheadBuilder in io.smallrye.faulttolerance.api
Methods in io.smallrye.faulttolerance.api that return FaultTolerance.Builder.BulkheadBuilderModifier and TypeMethodDescriptionFaultTolerance.Builder.BulkheadBuilder.limit(int value) Sets the concurrency limit the bulkhead will enforce.FaultTolerance.Builder.BulkheadBuilder.onAccepted(Runnable callback) Sets a callback that will be invoked when this bulkhead accepts an invocation.FaultTolerance.Builder.BulkheadBuilder.onFinished(Runnable callback) Sets a callback that will be invoked when a finished invocation leaves this bulkhead.FaultTolerance.Builder.BulkheadBuilder.onRejected(Runnable callback) Sets a callback that will be invoked when this bulkhead rejects an invocation.FaultTolerance.Builder.BulkheadBuilder.queueSize(int value) Sets the maximum size of the bulkhead queue.default FaultTolerance.Builder.BulkheadBuilder<T, R> FaultTolerance.Builder.BulkheadBuilder.with(Consumer<FaultTolerance.Builder.BulkheadBuilder<T, R>> consumer) FaultTolerance.Builder.withBulkhead()Adds a bulkhead strategy.Method parameters in io.smallrye.faulttolerance.api with type arguments of type FaultTolerance.Builder.BulkheadBuilderModifier and TypeMethodDescriptiondefault FaultTolerance.Builder.BulkheadBuilder<T, R> FaultTolerance.Builder.BulkheadBuilder.with(Consumer<FaultTolerance.Builder.BulkheadBuilder<T, R>> consumer)