Uses of Class
io.helidon.faulttolerance.Timeout.Builder
Package
Description
Fault tolerance for Helidon SE reactive implementation.
-
Uses of Timeout.Builder in io.helidon.faulttolerance
Modifier and TypeMethodDescriptionstatic Timeout.Builder
Timeout.builder()
A builder to create a customizedTimeout
.Timeout.Builder.cancelSource
(boolean cancelSource) Cancel source if destination stage is cancelled.Load all properties for this circuit breaker from configuration.Timeout.Builder.currentThread
(boolean currentThread) Flag to indicate that code must be executed in current thread instead of in an executor's thread.Timeout.Builder.executor
(ScheduledExecutorService executor) Executor service to schedule the timeout.A name assigned for debugging, error reporting or configuration purposes.Timeout duration.