Uses of Package
org.hobbit.core.rabbit
Packages that use org.hobbit.core.rabbit
Package
Description
-
Classes in org.hobbit.core.rabbit used by org.hobbit.core.componentsClassDescriptionAn interface for a class that receives data and offers methods to close the receiving when it is finished and to check the receiver for errors that might have been encountered.An interface of a class sending data to a queue.This class extends the
DefaultConsumerclass with blocking semantics. -
Classes in org.hobbit.core.rabbit used by org.hobbit.core.components.utilsClassDescriptionThis class extends the
DefaultConsumerclass with blocking semantics. -
Classes in org.hobbit.core.rabbit used by org.hobbit.core.mimic
-
Classes in org.hobbit.core.rabbit used by org.hobbit.core.rabbitClassDescriptionAn interface for a class that receives data and offers methods to close the receiving when it is finished and to check the receiver for errors that might have been encountered.Implementation of the
DataReceiverinterface.An interface of a class sending data to a queue.Implementation of theDataSenderinterface.This class extends theDefaultConsumerclass with blocking semantics.This class implements a thread safe client that can process several RPC calls in parallel.Simple extension of theAbstractFutureclass that waits for the response which is set by theRabbitRpcClient.RabbitRpcRequest.setResponse(byte[] response).A simple class that can be used to send files, i.e., small or large sized data with a single name, via RabbitMQ using a queue with the given name. -
Classes in org.hobbit.core.rabbit used by org.hobbit.storage.clientClassDescriptionThis class implements a thread safe client that can process several RPC calls in parallel.