public interface ReplyHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onReply(String correlationId,
javax.jms.Message reply,
javax.jms.Session session)
The reply message was received
|
void |
onTimeout(String correlationId)
The reply message was not received and a timeout triggered
|
void onReply(String correlationId, javax.jms.Message reply, javax.jms.Session session)
correlationId - the correlation idreply - the JMS reply messagesession - the JMS sessionvoid onTimeout(String correlationId)
correlationId - the correlation idApache Camel