| Package | Description |
|---|---|
| com.rabbitmq.client |
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
|
| Modifier and Type | Method and Description |
|---|---|
QueueingConsumer.Delivery |
QueueingConsumer.nextDelivery()
Deprecated.
Main application-side API: wait for the next message delivery and return it.
|
QueueingConsumer.Delivery |
QueueingConsumer.nextDelivery(long timeout)
Deprecated.
Main application-side API: wait for the next message delivery and return it.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
RpcServer.handleCall(QueueingConsumer.Delivery request,
AMQP.BasicProperties replyProperties)
Lowest-level response method.
|
void |
RpcServer.handleCast(QueueingConsumer.Delivery request)
Lowest-level handler method.
|
protected AMQP.BasicProperties |
RpcServer.postprocessReplyProperties(QueueingConsumer.Delivery request,
AMQP.BasicProperties.Builder builder)
Gives a chance to set/modify reply properties after the handling call
|
protected AMQP.BasicProperties |
RpcServer.preprocessReplyProperties(QueueingConsumer.Delivery request,
AMQP.BasicProperties.Builder builder)
Gives a chance to set/modify reply properties before handling call.
|
void |
RpcServer.processRequest(QueueingConsumer.Delivery request)
Private API - Process a single request.
|
| Constructor and Description |
|---|
QueueingConsumer(Channel ch,
BlockingQueue<QueueingConsumer.Delivery> q)
Deprecated.
|
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.