public interface MessageListener<T extends Msg>
| Modifier and Type | Method and Description |
|---|---|
T |
onMessage(Messaging msg,
T m)
process message, send answer
if null is returned, no answer is sent
|
T onMessage(Messaging msg, T m) throws InterruptedException
InterruptedExceptionCopyright © 2021. All rights reserved.