package
8.15.2+incompatible
Repository: https://github.com/elastic/elastic-agent.git
Documentation: pkg.go.dev

# Functions

New creates new instance of retrier.
WithInitialRetryInterval configures retrier with initial retry delay provided.
WithMaxAckRetries configures max retries provided The number of retries left is tracked per action.
WithMaxRetryInterval configures retrier with max retry interval provided.

# Structs

Retrier implements retrier for actions acks.

# Interfaces

BatchAcker provider interface, implemented by fleet acker.

# Type aliases

Option Retrier option function.