TaskBridgeFailureClassifier

Strategy for determining if a failure should trigger a retry attempt.

Inheritors

Functions

Link copied to clipboard
abstract fun isRetryable(throwable: Throwable): Boolean

Returns true if the given error is considered transient and retryable.