Skip to content

/AWS1/CL_CWERETRYPOLICY

A RetryPolicy object that includes information about the retry policy settings.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_MAXIMUMRETRYATTEMPTS TYPE /AWS1/CWEMAXIMUMRETRYATTEMPTS /AWS1/CWEMAXIMUMRETRYATTEMPTS

The maximum number of retry attempts to make before the request fails. Retry attempts continue until either the maximum number of attempts is made or until the duration of the MaximumEventAgeInSeconds is met.

IV_MAXIMUMEVENTAGEINSECONDS TYPE /AWS1/CWEMAXEVENTAGEINSECONDS /AWS1/CWEMAXEVENTAGEINSECONDS

The maximum amount of time, in seconds, to continue to make retry attempts.


Queryable Attributes

MaximumRetryAttempts

The maximum number of retry attempts to make before the request fails. Retry attempts continue until either the maximum number of attempts is made or until the duration of the MaximumEventAgeInSeconds is met.

Accessible with the following methods

Method Description
GET_MAXIMUMRETRYATTEMPTS() Getter for MAXIMUMRETRYATTEMPTS, with configurable default
ASK_MAXIMUMRETRYATTEMPTS() Getter for MAXIMUMRETRYATTEMPTS w/ exceptions if field has n
HAS_MAXIMUMRETRYATTEMPTS() Determine if MAXIMUMRETRYATTEMPTS has a value

MaximumEventAgeInSeconds

The maximum amount of time, in seconds, to continue to make retry attempts.

Accessible with the following methods

Method Description
GET_MAXIMUMEVENTAGEINSECONDS() Getter for MAXIMUMEVENTAGEINSECONDS, with configurable defau
ASK_MAXIMUMEVENTAGEINSECONDS() Getter for MAXIMUMEVENTAGEINSECONDS w/ exceptions if field h
HAS_MAXIMUMEVENTAGEINSECONDS() Determine if MAXIMUMEVENTAGEINSECONDS has a value