接口 MessageHandlingRunnable
- 所有超级接口:
Runnable
public interface MessageHandlingRunnable extends Runnable
Extension of theRunnableinterface with methods to obtain theMessageHandlerandMessageto be handled.- 从以下版本开始:
- 4.1.1
- 作者:
- Rossen Stoyanchev
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 Message<?>getMessage()Return the Message that will be handled.MessageHandlergetMessageHandler()Return the MessageHandler that will be used to handle the message.
方法详细资料
getMessage
Message<?> getMessage()
Return the Message that will be handled.
getMessageHandler
MessageHandler getMessageHandler()
Return the MessageHandler that will be used to handle the message.