Java com.rabbitmq.client Consumer fields, constructors, methods, implement or subclass

Example usage for Java com.rabbitmq.client Consumer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.rabbitmq.client Consumer.

The text is from its open source code.

Implementation

com.rabbitmq.client.Consumer has the following implementations.
Click this link to see all its implementation.

Constructor

Method

voidhandleCancelOk(String consumerTag)
Called when the consumer is cancelled by a call to Channel#basicCancel .
voidhandleConsumeOk(String consumerTag)
Called when the consumer is registered by a call to any of the Channel#basicConsume methods.
voidhandleDelivery(String consumerTag, Envelope envelope, AMQP.BasicProperties properties, byte[] body)
Called when a basic.deliver is received for this consumer.