JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
software.amazon.cloudwatchlogs.emf.sinks.retry
Interface RetryStrategy
All Known Implementing Classes:
FibonacciRetryStrategy
public interface
RetryStrategy
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
int
next
()
Gets the amount of time to wait in millis before retrying
Method Detail
next
int next()
Gets the amount of time to wait in millis before retrying
Returns:
millis to wait before retrying
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method