Uses of Class
io.helidon.faulttolerance.Bulkhead.Builder
-
Packages that use Bulkhead.Builder Package Description io.helidon.faulttolerance Fault tolerance for Helidon reactive implementation. -
-
Uses of Bulkhead.Builder in io.helidon.faulttolerance
Methods in io.helidon.faulttolerance that return Bulkhead.Builder Modifier and Type Method Description static Bulkhead.BuilderBulkhead. builder()A new builder forBulkhead.Bulkhead.BuilderBulkhead.Builder. executor(Supplier<? extends ExecutorService> executor)Configure executor service to use for executing tasks asynchronously.Bulkhead.BuilderBulkhead.Builder. limit(int limit)Maximal number of parallel requests going through this bulkhead.Bulkhead.BuilderBulkhead.Builder. name(String name)Name is useful for debugging and in exception handling.Bulkhead.BuilderBulkhead.Builder. queueLength(int queueLength)Maximal number of enqueued requests waiting for processing.
-