T - the message type@FunctionalInterface
public interface MessageHandler<T>
Messages.ConcurrentMessageHandler,
MessageHandlerAdapter| Modifier and Type | Method and Description |
|---|---|
void |
handle(T message)
Perform some action when receiving a message.
|
void handle(T message)
message - the message