Interface RetryOptions
- All Known Subinterfaces:
GlobalOptions
- All Known Implementing Classes:
GlobalDefaults
public interface RetryOptions
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final long -
Method Summary
-
Field Details
-
DEFAULT_RETRIES
static final int DEFAULT_RETRIES- See Also:
-
DEFAULT_RETRY_DELAY
static final long DEFAULT_RETRY_DELAY- See Also:
-
-
Method Details
-
getRetries
int getRetries() -
getRetryDelay
long getRetryDelay()
-