Package | Description |
---|---|
dev.failsafe |
APIs for performing failsafe executions.
|
Modifier and Type | Method and Description |
---|---|
Timeout<R> |
TimeoutBuilder.build()
Builds a new
Timeout using the builder's configuration. |
Timeout<?> |
TimeoutExceededException.getTimeout()
Returns the
Timeout that caused the exception. |
static <R> Timeout<R> |
Timeout.of(Duration timeout)
|
Constructor and Description |
---|
TimeoutExceededException(Timeout<?> timeout) |
Copyright © 2022. All rights reserved.