Interface ErrorAwareBackoffStrategy

All Superinterfaces:
BackoffStrategy
All Known Implementing Classes:
ExponentialErrorBackoffStrategy

public interface ErrorAwareBackoffStrategy extends BackoffStrategy

Provides a way to define a back off between fetch and lock requests.

Note: Since an implementation of this interface may be executed by multiple threads, it is recommended to implement the custom backoff strategy in a thread-safe manner.