ReconnectPredicate

class ReconnectPredicate(val cause: Throwable, val attempt: Long)

Represents the predicate for retry logic.

Constructors

Link copied to clipboard
constructor(cause: Throwable, attempt: Long)

Properties

Link copied to clipboard
Link copied to clipboard