java.lang.Object
io.lettuce.core.ConnectionEvents.Reconnect
- Enclosing class:
- ConnectionEvents
public static class ConnectionEvents.Reconnect extends Object
Internal event when a reconnect is initiated.
-
Constructor Summary
Constructors Constructor Description Reconnect(int attempt) -
Method Summary
Modifier and Type Method Description intgetAttempt()
-
Constructor Details
-
Reconnect
public Reconnect(int attempt)
-
-
Method Details
-
getAttempt
public int getAttempt()
-