public interface ReceiveOnlyHandler<T>
| Modifier and Type | Method and Description |
|---|---|
void |
receiveMessage(T msg)
Handles the given message.
|
void receiveMessage(T msg)
IncomingJmsFactory as well.msg - The message.Copyright © 2015. All Rights Reserved.