Package com.hazelcast.jet.retry
Interfaces and utility classes for defining and tracking various types of
retry behaviour.
- Since:
- Jet 4.3
-
Interface Summary Interface Description IntervalFunction Function that computes the wait time necessary for each subsequent retry attempt.RetryStrategy Description of a strategy to take when an action fails, like when connecting to a server. -
Class Summary Class Description RetryStrategies Collection of factory methods for creating the most frequently usedRetryStrategies
.RetryStrategies.Builder Builder for custom retry strategies.