WWAH App Event Retry manager#
Callbacks for WWAH App Event Retry manager Component.
Callbacks#
EmberStatus
emberAfWwahAppEventRetryManagerConfigBackoffParamsCallback(uint8_t firstBackoffTimeSeconds, uint8_t backoffSeqCommonRatio, uint32_t maxBackoffTimeSeconds, uint8_t maxRedeliveryAttempts)
WWAH app event retry manager config backoff parameters callback.
Callbacks Documentation#
emberAfWwahAppEventRetryManagerConfigBackoffParamsCallback#
EmberStatus emberAfWwahAppEventRetryManagerConfigBackoffParamsCallback (uint8_t firstBackoffTimeSeconds, uint8_t backoffSeqCommonRatio, uint32_t maxBackoffTimeSeconds, uint8_t maxRedeliveryAttempts)
WWAH app event retry manager config backoff parameters callback.
Parameters
Type | Direction | Argument Name | Description |
---|---|---|---|
uint8_t | N/A | firstBackoffTimeSeconds | Ver.: always |
uint8_t | N/A | backoffSeqCommonRatio | Ver.: always |
uint32_t | N/A | maxBackoffTimeSeconds | Ver.: always |
uint8_t | N/A | maxRedeliveryAttempts | Ver.: always |
This callback is called when the app event retry manager (re)configures the backoff parameters of the critical message queue provider plugin.