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