public interface MessageReceiveProcessor<MSG extends Message>
Modifier and Type | Method and Description |
---|---|
boolean |
isMatch(MSG message)
返回是否是匹配的消息
|
void |
processMessage(MSG message)
进行处理
|
Copyright © 2006–2018 TinyGroup. All rights reserved.