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
-
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.
-