RetryStrategyAPI implements RetryStrategy

Hierarchy

  • default

Implements

Constructors

Properties

NAME: string = "RetryStrategy"
VERSION: number = 1
_transport: Transport
NAME: string = "RetryStrategy"
VERSION: number = 1

Methods

  • RetryStrategy returns RetryStrategyResults that can be used by any code that uses to configure the retry timer that's currently in juju utils.

    Parameters

    Returns Promise<RetryStrategyResults>

  • WatchRetryStrategy watches for changes to the model. Currently we only allow changes to the boolean that determines whether retries should be attempted or not.

    Parameters

    Returns Promise<NotifyWatchResults>

Generated using TypeDoc