T - The message type this handler can process@FunctionalInterface public interface MessageHandler<T extends Message<?>>
| Modifier and Type | Method and Description |
|---|---|
Object |
handle(T message)
Handles the given
message. |
Copyright © 2010–2017. All rights reserved.