Uses of Class
org.hobbit.core.rabbit.QueueingConsumer
Packages that use QueueingConsumer
Package
Description
-
Uses of QueueingConsumer in org.hobbit.core.components
Fields in org.hobbit.core.components declared as QueueingConsumerModifier and TypeFieldDescriptionprotected QueueingConsumerAbstractEvaluationModule.consumerConsumer used to receive the responses from the evaluation storage.protected QueueingConsumerAbstractTaskGenerator.consumerDeprecated. -
Uses of QueueingConsumer in org.hobbit.core.components.utils
Fields in org.hobbit.core.components.utils declared as QueueingConsumerModifier and TypeFieldDescriptionprivate QueueingConsumerSystemResourceUsageRequester.responseConsumerConsumer of the queue that is used to receive responses for messages that are sent via the command queue and for which an answer is expected.Constructors in org.hobbit.core.components.utils with parameters of type QueueingConsumerModifierConstructorDescriptionprotectedSystemResourceUsageRequester(com.rabbitmq.client.Channel cmdChannel, com.rabbitmq.client.Channel incomingChannel, String responseQueueName, QueueingConsumer responseConsumer, String sessionId) -
Uses of QueueingConsumer in org.hobbit.core.rabbit
Fields in org.hobbit.core.rabbit declared as QueueingConsumerModifier and TypeFieldDescriptionprivate QueueingConsumerDataReceiverImpl.MsgReceivingTask.consumerprotected QueueingConsumerSimpleFileReceiver.consumerMethods in org.hobbit.core.rabbit with parameters of type QueueingConsumerModifier and TypeMethodDescriptionprotected TerminatableRunnableDataReceiverImpl.buildMsgReceivingTask(QueueingConsumer consumer) This factory method creates a runnable task that uses the given consumer to receive incoming messages.Constructors in org.hobbit.core.rabbit with parameters of type QueueingConsumerModifierConstructorDescriptionMsgReceivingTask(QueueingConsumer consumer) protectedSimpleFileReceiver(RabbitQueue queue, QueueingConsumer consumer)