Interface ConnectionDownEvent


  • public interface ConnectionDownEvent
    Indicates that PersistentOutboundConnection has gone down. The RA will automatically try to reconnect, unless the connection was closed permanently by unregistering.
    • Method Detail

      • isPermanent

        boolean isPermanent()
        Indicates if the connection has gone down permanently or if this is a temprorary failure.