| Package | Description |
|---|---|
| org.hobbit.core.rabbit | |
| org.hobbit.storage.client |
| Modifier and Type | Field | Description |
|---|---|---|
private RabbitRpcClient |
RabbitRpcClient.RabbitRpcClientConsumer.client |
The client for which this instance is acting as consumer.
|
| Modifier and Type | Method | Description |
|---|---|---|
static RabbitRpcClient |
RabbitRpcClient.create(com.rabbitmq.client.Connection connection,
String requestQueueName) |
Creates a StorageServiceClient using the given RabbitMQ
Connection. |
| Constructor | Description |
|---|---|
RabbitRpcClientConsumer(com.rabbitmq.client.Channel channel,
RabbitRpcClient client) |
Constructor.
|
| Modifier and Type | Field | Description |
|---|---|---|
private RabbitRpcClient |
StorageServiceClient.rpcClient |
RPC client that is used for the communication.
|
| Constructor | Description |
|---|---|
StorageServiceClient(RabbitRpcClient rpcClient) |
Constructor creating a StorageServiceClient using the given
RabbitRpcClient. |
Copyright © 2017. All rights reserved.