Uses of Class
io.helidon.faulttolerance.Bulkhead.Builder
Package
Description
Fault tolerance for Helidon SE reactive implementation.
-
Uses of Bulkhead.Builder in io.helidon.faulttolerance
Modifier and TypeMethodDescriptionstatic Bulkhead.Builder
Bulkhead.builder()
A new builder forBulkhead
.Bulkhead.Builder.cancelSource
(boolean cancelSource) Policy to cancel any source stage if the value return byFtHandler.invoke(java.util.function.Supplier<? extends java.util.concurrent.CompletionStage<T>>)
is cancelled.Load all properties for this bulkhead from configuration.Bulkhead.Builder.executor
(Supplier<? extends ExecutorService> executor) Configure executor service to use for executing tasks asynchronously.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.