hub
1.0.0-Alpha4-dev10
jvm
imahub-sdk-hub-client
/
imahub.sdk.hub
/
ReconnectPredicate
Reconnect
Predicate
class
ReconnectPredicate
(
val
cause
:
Throwable
,
val
attempt
:
Long
)
Represents the predicate for retry logic.
Members
Constructors
Reconnect
Predicate
Link copied to clipboard
constructor
(
cause
:
Throwable
,
attempt
:
Long
)
Properties
attempt
Link copied to clipboard
val
attempt
:
Long
cause
Link copied to clipboard
val
cause
:
Throwable