|
Spring AMQP | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChannelAwareMessageListener
A message listener that is aware of the Channel on which the message was received.
Method Summary | |
---|---|
void |
onMessage(Message message,
com.rabbitmq.client.Channel channel)
Callback for processing a received Rabbit message. |
Method Detail |
---|
void onMessage(Message message, com.rabbitmq.client.Channel channel) throws Exception
Implementors are supposed to process the given Message, typically sending reply messages through the given Session.
message
- the received AMQP message (never null
)channel
- the underlying Rabbit Channel (never null
)
Exception
|
Spring AMQP | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |