Interface TemporarilyDownConnection.EventuallyUpListener

Enclosing interface:
TemporarilyDownConnection
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface TemporarilyDownConnection.EventuallyUpListener
Callback interface to perform any action when the connection is eventually up.
  • Method Details

    • onConnectionInitialized

      void onConnectionInitialized(TemporarilyDownConnection connection) throws Exception
      Reacts to a connection that is eventually up.
      Parameters:
      connection - The connection that was temporarily down.
      Throws:
      Exception - if unable to perform the action (the exception will be ignored).