public interface ReconnectionListener
| Modifier and Type | Field and Description |
|---|---|
static ReconnectionListener |
NO_OP |
| Modifier and Type | Method and Description |
|---|---|
void |
onReconnectAttempt(ConnectionEvents.Reconnect reconnect)
Listener method notified on a reconnection attempt.
|
static final ReconnectionListener NO_OP
void onReconnectAttempt(ConnectionEvents.Reconnect reconnect)
reconnect - the event payload.Copyright © 2019 lettuce.io. All rights reserved.