interface MessageHandlingRunnable : Runnable
Extension of the Runnable interface with methods to obtain the MessageHandler and Message to be handled.
Author
Rossen Stoyanchev
Since
4.1.1
abstract fun getMessage(): Message<*>
Return the Message that will be handled. |
|
abstract fun getMessageHandler(): MessageHandler
Return the MessageHandler that will be used to handle the message. |