Interface StorageRetryStrategy

All Superinterfaces:
Serializable

public interface StorageRetryStrategy extends Serializable
A factory class which is used to provide access to ResultRetryAlgorithm for idempotent and non-idempotent calls made via Storage. Before Storage performs an operation it will determine if the operation is idempotent and select the appropriate ResultRetryAlgorithm to use for that invocation.
See Also: