Module lettuce.core

Interface ReconnectionListener


public interface ReconnectionListener
Listener for reconnection events.
Since:
4.2
Author:
Mark Paluch
  • Field Details

  • Method Details

    • onReconnectAttempt

      void onReconnectAttempt​(ConnectionEvents.Reconnect reconnect)
      Listener method notified on a reconnection attempt.
      Parameters:
      reconnect - the event payload.