MessageHandlingRunnable

Extension of the {@link Runnable} interface with methods to obtain the {@link MessageHandler} and {@link Message} to be handled.

@author Rossen Stoyanchev @since 4.1.1

interface MessageHandlingRunnable : Runnable {}

Members

Functions

getMessage
MessageBase getMessage()

Return the Message that will be handled.

getMessageHandler
MessageHandler getMessageHandler()

Return the MessageHandler that will be used to handle the message.

Meta