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 |
---|---|
Delivery |
RpcServer.RpcConsumer.nextDelivery() |
Modifier and Type | Method and Description |
---|---|
void |
DeliverCallback.handle(String consumerTag,
Delivery message)
Called when a
basic.deliver is received for this consumer. |
byte[] |
RpcServer.handleCall(Delivery request,
AMQP.BasicProperties replyProperties)
Lowest-level response method.
|
void |
RpcServer.handleCast(Delivery request)
Lowest-level handler method.
|
protected AMQP.BasicProperties |
RpcServer.postprocessReplyProperties(Delivery request,
AMQP.BasicProperties.Builder builder)
Gives a chance to set/modify reply properties after the handling call
|
protected AMQP.BasicProperties |
RpcServer.preprocessReplyProperties(Delivery request,
AMQP.BasicProperties.Builder builder)
Gives a chance to set/modify reply properties before handling call.
|
void |
RpcServer.processRequest(Delivery request)
Private API - Process a single request.
|
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.