Example usage for Java com.rabbitmq.client Consumer fields, constructors, methods, implement or subclass
The text is from its open source code.
void | handleCancelOk(String consumerTag) Called when the consumer is cancelled by a call to Channel#basicCancel . |
void | handleConsumeOk(String consumerTag) Called when the consumer is registered by a call to any of the Channel#basicConsume methods. |
void | handleDelivery(String consumerTag, Envelope envelope, AMQP.BasicProperties properties, byte[] body) Called when a basic.deliver is received for this consumer. |