Uses of Class
org.hobbit.core.rabbit.RabbitRpcClient
-
Packages that use RabbitRpcClient Package Description org.hobbit.core.rabbit org.hobbit.storage.client -
-
Uses of RabbitRpcClient in org.hobbit.core.rabbit
Fields in org.hobbit.core.rabbit declared as RabbitRpcClient Modifier and Type Field Description private RabbitRpcClientRabbitRpcClient.RabbitRpcClientConsumer. clientThe client for which this instance is acting as consumer.Methods in org.hobbit.core.rabbit that return RabbitRpcClient Modifier and Type Method Description static RabbitRpcClientRabbitRpcClient. create(com.rabbitmq.client.Connection connection, String requestQueueName)Creates a StorageServiceClient using the given RabbitMQConnection.Constructors in org.hobbit.core.rabbit with parameters of type RabbitRpcClient Constructor Description RabbitRpcClientConsumer(com.rabbitmq.client.Channel channel, RabbitRpcClient client)Constructor. -
Uses of RabbitRpcClient in org.hobbit.storage.client
Fields in org.hobbit.storage.client declared as RabbitRpcClient Modifier and Type Field Description private RabbitRpcClientStorageServiceClient. rpcClientRPC client that is used for the communication.Constructors in org.hobbit.storage.client with parameters of type RabbitRpcClient Constructor Description StorageServiceClient(RabbitRpcClient rpcClient)Constructor creating a StorageServiceClient using the givenRabbitRpcClient.
-