Interface | Description |
---|---|
AMQMethodListener |
AMQMethodListener is a listener that receives notifications of AMQP methods.
|
AMQProtocolWriter |
AMQProtocolWriter provides a method to write a frame of data 'to the wire', in the context of the object
that implements the method, usually some sort of session.
|
AMQVersionAwareProtocolSession |
AMQVersionAwareProtocolSession is implemented by all AMQP session classes, that need to provide an awareness to
callers of the version of the AMQP protocol that they are able to work with.
|
ProtocolVersionAware |
ProtocolVersionAware is implemented by all AMQP handling classes, that need to provide an awareness to callers of
the version of the AMQP protocol that they are able to handle.
|
Class | Description |
---|---|
AMQConstant |
Defines constants for AMQP codes and also acts as a factory for creating such constants from the raw codes.
|
AMQMethodEvent<M extends AMQMethodBody> |
AMQMethodEvent encapsulates an AMQP method call, and the channel on which that method call occurred.
|
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.