| Package | Description |
|---|---|
| com.hazelcast.jet.retry |
Interfaces and utility classes for defining and tracking various types of
retry behaviour.
|
| Modifier and Type | Method and Description |
|---|---|
RetryStrategy |
RetryStrategies.Builder.build()
Constructs the actual strategy based on the properties set previously.
|
static RetryStrategy |
RetryStrategies.indefinitely(long intervalMillis)
Create a strategy which will retry failed actions indefinitely and will
wait for a fixed amount of time between any two subsequent attempts.
|
static RetryStrategy |
RetryStrategies.never()
Create a strategy which will not retry a failed action.
|
Copyright © 2022 Hazelcast, Inc.. All rights reserved.