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