Interface AmqpResource
-
- All Superinterfaces:
AmqpEventSink
- All Known Implementing Classes:
AmqpAbstractResource,AmqpAnonymousFallbackProducer,AmqpConnection,AmqpConnectionSession,AmqpConsumer,AmqpFixedProducer,AmqpProducer,AmqpSession,AmqpTemporaryDestination,AmqpTransactionCoordinator
public interface AmqpResource extends AmqpEventSink
AmqpResource specification. All AMQP types should implement this interface to allow for control of state and configuration details.
-
-
Method Summary
-
Methods inherited from interface org.apache.qpid.jms.provider.amqp.AmqpEventSink
processDeliveryUpdates, processFlowUpdates, processRemoteClose, processRemoteDetach, processRemoteOpen
-
-