Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RetryHandler ¶
type RetryPolicyConfigurer ¶
type RetryPolicyConfigurer interface {
// Validate configuration
Validate() error
// NewRetryHandler returns a RetryHandler based on the configuration
NewRetryHandler() (RetryHandler, error)
// String returns a string representation of the configuration
String() string
// Brief is a brief string representation of the object
Brief() string
}
RetryPolicyConfigurer is an interface that defines methods for configuring retry policies. Each class that implements a retry policy configuration should implement this interface.
Click to show internal directories.
Click to hide internal directories.