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