Constructor and Description |
---|
AMQConnectionException(AMQConstant errorCode,
String msg,
AMQMethodBody body,
MethodRegistry methodRegistry) |
Modifier and Type | Method and Description |
---|---|
void |
AMQProtocolSession.methodFrameReceived(int channel,
AMQMethodBody amqMethodBody) |
abstract boolean |
BlockingMethodFrameListener.processMethod(int channelId,
AMQMethodBody frame)
Delegates any additional handling of the incoming methods to another handler.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StateAwareMethodListener<B extends AMQMethodBody>
A frame listener that is informed of the protocl state when invoked and has
the opportunity to update state.
|
Modifier and Type | Method and Description |
---|---|
<B extends AMQMethodBody> |
AMQStateManager.methodReceived(AMQMethodEvent<B> evt) |
Constructor and Description |
---|
AMQMethodNotImplementedException(AMQMethodBody body) |
Modifier and Type | Method and Description |
---|---|
boolean |
SpecificMethodFrameListener.processMethod(int channelId,
AMQMethodBody frame) |
Modifier and Type | Class and Description |
---|---|
class |
AMQMethodEvent<M extends AMQMethodBody>
AMQMethodEvent encapsulates an AMQP method call, and the channel on which that method call occurred.
|
Modifier and Type | Method and Description |
---|---|
<B extends AMQMethodBody> |
AMQMethodListener.methodReceived(AMQMethodEvent<B> evt)
Notifies the listener that an AMQP method event has occurred.
|
Modifier and Type | Method and Description |
---|---|
void |
AMQVersionAwareProtocolSession.methodFrameReceived(int channelId,
AMQMethodBody body) |
Constructor and Description |
---|
AMQNoMethodHandlerException(AMQMethodEvent<AMQMethodBody> evt) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.