Uses of Class
org.hobbit.core.rabbit.RabbitRpcClient
Packages that use RabbitRpcClient
-
Uses of RabbitRpcClient in org.hobbit.core.rabbit
Fields in org.hobbit.core.rabbit declared as RabbitRpcClientModifier and TypeFieldDescriptionprivate RabbitRpcClientRabbitRpcClient.RabbitRpcClientConsumer.clientThe client for which this instance is acting as consumer.Methods in org.hobbit.core.rabbit that return RabbitRpcClientModifier and TypeMethodDescriptionstatic RabbitRpcClientCreates a StorageServiceClient using the given RabbitMQConnection.Constructors in org.hobbit.core.rabbit with parameters of type RabbitRpcClientModifierConstructorDescriptionRabbitRpcClientConsumer(com.rabbitmq.client.Channel channel, RabbitRpcClient client) Constructor. -
Uses of RabbitRpcClient in org.hobbit.storage.client
Fields in org.hobbit.storage.client declared as RabbitRpcClientModifier and TypeFieldDescriptionprivate RabbitRpcClientStorageServiceClient.rpcClientRPC client that is used for the communication.Constructors in org.hobbit.storage.client with parameters of type RabbitRpcClientModifierConstructorDescriptionStorageServiceClient(RabbitRpcClient rpcClient) Constructor creating a StorageServiceClient using the givenRabbitRpcClient.