EventTargetRetryPolicy constructor
const
EventTargetRetryPolicy({})
Creates a new EventTargetRetryPolicy.
maximumEventAgeInSeconds The age in seconds to continue to make retry attempts.
maximumRetryAttempts maximum number of retry attempts to make before the request fails
Implementation
const EventTargetRetryPolicy({
this.maximumEventAgeInSeconds,
this.maximumRetryAttempts,
});