-
Nested Class Summary
Nested Classes
static class
static class
-
Method Summary
These throwables will be considered retriable.
Create a new fluent API builder to customize configuration.
Create a new fluent API builder from an existing instance.
Create a new instance with default values.
These throwables will not be considered retriable, all other will.
-
Method Details
-
builder
Create a new fluent API builder to customize configuration.
- Type Parameters:
T
-
- Returns:
- a new builder
-
builder
Create a new fluent API builder from an existing instance.
- Type Parameters:
T
-
- Parameters:
instance
- an existing instance used as a base for the builder
- Returns:
- a builder based on an instance
-
create
Create a new instance with default values.
- Type Parameters:
T
-
- Returns:
- a new instance
-
fallback
A fallback function.
- Returns:
- fallback function to obtain alternative result
-
skipOn
These throwables will not be considered retriable, all other will.
- Returns:
- throwable classes to skip retries
- See Also:
-
-
applyOn
These throwables will be considered retriable.
- Returns:
- throwable classes to trigger retries
- See Also:
-