RetryPolicy

interface RetryPolicy<in R>

A policy that evaluates a Result from a retry attempt and indicates the action a aws.smithy.kotlin.runtime.retries.RetryStrategy should take next.

Inheritors

Functions

Link copied to clipboard
abstract fun evaluate(result: <Error class: unknown class><R>): RetryDirective

Evaluate the given retry attempt.