Package-level declarations

Types

Link copied to clipboard
class Retry(val config: RetryConfig = defaultRetryConfig()) : FlowEventListenerImpl<RetryEvent>

A Retry is a reactive resilience mechanism that can be used to retry an operation when it fails and the failure is a transient (temporary) fault. Operations can be decorated and executed on demand. A retry mechanism is initialized with a RetryConfig that, through pre-configured policies, define its behaviour.