Interface NetworkServerFailure

    • Method Detail

      • cause

        Throwable cause()
        Returns the cause of this failure.
        Returns:
        Cause of this failure.
      • attempt

        int attempt()
        Returns the current failover attempt (starting with 0).
        Returns:
        Current failover attempt.
      • lastTriedAddress

        InetSocketAddress lastTriedAddress()
        Returns the last address that was tried by the server.
        Returns:
        Last address that was tried by the server.