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