Interface AmqpResource

All Known Subinterfaces:
AmqpLink
All Known Implementing Classes:
AmqpAbstractLink, AmqpAbstractReceiver, AmqpReceiver, AmqpSender, AmqpSession, AmqpTransactionCoordinator

public interface AmqpResource
Root interface for all endpoint objects.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Request from the remote peer to close this resource.
    void
    Request from the remote peer to open this resource.
  • Method Details

    • open

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

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