Interface AmqpResource
-
- All Known Subinterfaces:
AmqpLink
- All Known Implementing Classes:
AmqpAbstractLink,AmqpAbstractReceiver,AmqpReceiver,AmqpSender,AmqpSession,AmqpTransactionCoordinator
public interface AmqpResourceRoot interface for all endpoint objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Request from the remote peer to close this resource.voidopen()Request from the remote peer to open this resource.
-