Interface IAmqpConnection

  • All Known Implementing Classes:
    MessagingFactory

    public interface IAmqpConnection
    • Method Detail

      • getHostName

        String getHostName()
      • onConnectionOpen

        void onConnectionOpen()
      • onConnectionError

        void onConnectionError​(org.apache.qpid.proton.amqp.transport.ErrorCondition error)
      • registerForConnectionError

        void registerForConnectionError​(org.apache.qpid.proton.engine.Link link)
      • deregisterForConnectionError

        void deregisterForConnectionError​(org.apache.qpid.proton.engine.Link link)