Package com.hazelcast.jet.retry

Interfaces and utility classes for defining and tracking various types of retry behaviour.
Since:
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 be followed when retrying a failed action, like connecting to a server.
  • Class Summary 
    Class Description
    RetryStrategies
    Collection of factory methods for creating the most frequently used RetryStrategies.
    RetryStrategies.Builder
    Builder for custom retry strategies.