failure Policy
Parameters
value
Optional. Determines the number of times the task will be retried on failure and with what retry strategy. This is applicable for asynchronous calls to Eventbus alone (Post To Queue, Schedule etc.).
suspend fun failurePolicy(argument: suspend EnterpriseCrmEventbusProtoFailurePolicyArgsBuilder.() -> Unit)
Parameters
argument
Optional. Determines the number of times the task will be retried on failure and with what retry strategy. This is applicable for asynchronous calls to Eventbus alone (Post To Queue, Schedule etc.).