| 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 | Field and Description |
|---|---|
static Function<Object,RpcClient.Response> |
RpcClient.DEFAULT_REPLY_HANDLER |
| Modifier and Type | Method and Description |
|---|---|
RpcClient.Response |
RpcClient.doCall(AMQP.BasicProperties props,
byte[] message) |
RpcClient.Response |
RpcClient.doCall(AMQP.BasicProperties props,
byte[] message,
int timeout) |
RpcClient.Response |
RpcClient.responseCall(byte[] message)
Perform a simple byte-array-based RPC roundtrip
Useful if you need to get at more than just the body of the message
|
RpcClient.Response |
RpcClient.responseCall(byte[] message,
int timeout)
Perform a simple byte-array-based RPC roundtrip
Useful if you need to get at more than just the body of the message
|
| Modifier and Type | Method and Description |
|---|---|
Function<Object,RpcClient.Response> |
RpcClientParams.getReplyHandler() |
| Modifier and Type | Method and Description |
|---|---|
RpcClientParams |
RpcClientParams.replyHandler(Function<Object,RpcClient.Response> replyHandler)
Set the behavior to use when receiving replies.
|
Copyright © 2021 VMware, Inc. or its affiliates.. All rights reserved.