public interface ReplyHandler<T>
| Modifier and Type | Method and Description |
|---|---|
T |
replyToMessage(T msg)
Handles the given message, and returns a reply.
|
T replyToMessage(T msg)
IncomingJmsFactory as well.msg - The message.Copyright © 2015. All Rights Reserved.