Interface AmqpResource

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void close()
      Request from the remote peer to close this resource.
      void open()
      Request from the remote peer to open this resource.
    • Method Detail

      • open

        void open()
        Request from the remote peer to open this resource.
      • close

        void close()
        Request from the remote peer to close this resource.