public interface ReplyHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onReply(String correlationId,
com.rabbitmq.client.AMQP.BasicProperties properties,
byte[] reply)
The reply message was received
|
void |
onTimeout(String correlationId)
The reply message was not received and a timeout triggered
|
void onReply(String correlationId, com.rabbitmq.client.AMQP.BasicProperties properties, byte[] reply)
correlationId - the correlation idreply - the reply messagevoid onTimeout(String correlationId)
correlationId - the correlation idApache Camel