org.apache.qpid.test.utils
Class ConversationFactory.Receiver
java.lang.Object
org.apache.qpid.test.utils.ConversationFactory.Receiver
- All Implemented Interfaces:
- MessageListener
- Enclosing class:
- ConversationFactory
protected class ConversationFactory.Receiver
- extends Object
- implements MessageListener
Implements the message listener for this conversation handler.
Method Summary |
void |
onMessage(Message message)
Handles all incoming messages in the ongoing conversations. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConversationFactory.Receiver
protected ConversationFactory.Receiver()
onMessage
public void onMessage(Message message)
- Handles all incoming messages in the ongoing conversations. These messages are split up by correaltion id
and placed into queues.
- Specified by:
onMessage
in interface MessageListener
- Parameters:
message
- The incoming message.
Licensed to the Apache Software Foundation