ReplanningRetryPolicyFactory

Responsible for creating default implementation of a ReplanningRetryPolicy.

Properties

Link copied to clipboard

Default maximum delay between replanning retries, when the replanning failed. Equals to 10 seconds.

Functions

Link copied to clipboard
fun create(maxRetryDelay: Duration = DEFAULT_MAX_RETRY_DELAY): ReplanningRetryPolicy

Creates default implementation of a ReplanningRetryPolicy with provided maximal delay between retries or default DEFAULT_MAX_RETRY_DELAY value.