actionRetryPolicyExpression

Parameters

actionRetryPolicyExpression

An expression pointing to a set of properties for how to manage retries per action overriding these (these are the defaults if you do not specify): max-attempts: int = 5 backoff-millis: long = 10000 backoff-multiplier: double = 5.0 backoff-maxInterval: long = 60000 idempotent: boolean = false example: ${agent.action-retry.default} You can override this per action in the {@link Action} annotation.