Interface MessageHandlingRunnable
- All Superinterfaces:
- Runnable
Extension of the 
Runnable interface with methods to obtain the
MessageHandler and Message to be handled.- Since:
- 4.1.1
- Author:
- Rossen Stoyanchev
- 
Method SummaryModifier and TypeMethodDescriptionMessage<?> Return the Message that will be handled.Return the MessageHandler that will be used to handle the message.
- 
Method Details- 
getMessageMessage<?> getMessage()Return the Message that will be handled.
- 
getMessageHandlerMessageHandler getMessageHandler()Return the MessageHandler that will be used to handle the message.
 
-