Uses of Interface
dev.failsafe.Timeout
-
Packages that use Timeout Package Description dev.failsafe APIs for performing failsafe executions.dev.failsafe.internal -
-
Uses of Timeout in dev.failsafe
Fields in dev.failsafe declared as Timeout Modifier and Type Field Description private Timeout<?>TimeoutExceededException. timeoutMethods in dev.failsafe that return Timeout Modifier and Type Method Description Timeout<R>TimeoutBuilder. build()Builds a newTimeoutusing the builder's configuration.Timeout<?>TimeoutExceededException. getTimeout()Returns theTimeoutthat caused the exception.static <R> Timeout<R>Timeout. of(java.time.Duration timeout)Constructors in dev.failsafe with parameters of type Timeout Constructor Description TimeoutExceededException(Timeout<?> timeout) -
Uses of Timeout in dev.failsafe.internal
Classes in dev.failsafe.internal that implement Timeout Modifier and Type Class Description classTimeoutImpl<R>ATimeoutimplementation.Fields in dev.failsafe.internal declared as Timeout Modifier and Type Field Description private Timeout<R>TimeoutExecutor. policy
-