public interface ReplyHandler
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