Uses of Interface
org.hobbit.core.rabbit.RabbitQueueFactory
-
Packages that use RabbitQueueFactory Package Description org.hobbit.core.components org.hobbit.core.rabbit -
-
Uses of RabbitQueueFactory in org.hobbit.core.components
Fields in org.hobbit.core.components declared as RabbitQueueFactory Modifier and Type Field Description protected RabbitQueueFactoryAbstractCommandReceivingComponent. cmdQueueFactoryFactory for generating queues with which the commands are sent and received.protected RabbitQueueFactoryAbstractComponent. incomingDataQueueFactoryFactory for creating outgoing data queues.protected RabbitQueueFactoryAbstractComponent. outgoingDataQueuefactoryFactory for creating outgoing data queues.Methods in org.hobbit.core.components that return RabbitQueueFactory Modifier and Type Method Description RabbitQueueFactoryAbstractPlatformConnectorComponent. getFactoryForIncomingCmdQueues()RabbitQueueFactoryPlatformConnector. getFactoryForIncomingCmdQueues()RabbitQueueFactoryAbstractPlatformConnectorComponent. getFactoryForIncomingDataQueues()RabbitQueueFactoryPlatformConnector. getFactoryForIncomingDataQueues()RabbitQueueFactoryAbstractPlatformConnectorComponent. getFactoryForOutgoingCmdQueues()RabbitQueueFactoryPlatformConnector. getFactoryForOutgoingCmdQueues()RabbitQueueFactoryAbstractPlatformConnectorComponent. getFactoryForOutgoingDataQueues()RabbitQueueFactoryPlatformConnector. getFactoryForOutgoingDataQueues() -
Uses of RabbitQueueFactory in org.hobbit.core.rabbit
Classes in org.hobbit.core.rabbit that implement RabbitQueueFactory Modifier and Type Class Description classRabbitQueueFactoryImplFields in org.hobbit.core.rabbit declared as RabbitQueueFactory Modifier and Type Field Description protected RabbitQueueFactoryDataReceiverImpl.Builder. factoryprotected RabbitQueueFactoryDataSenderImpl.Builder. factoryMethods in org.hobbit.core.rabbit with parameters of type RabbitQueueFactory Modifier and Type Method Description static SimpleFileReceiverSimpleFileReceiver. create(RabbitQueueFactory factory, String queueName)static SimpleFileSenderSimpleFileSender. create(RabbitQueueFactory factory, String queueName)DataReceiverImpl.BuilderDataReceiverImpl.Builder. queue(RabbitQueueFactory factory, String queueName)Method for providing the necessary information to create a queue if it has not been provided with theDataReceiverImpl.Builder.queue(RabbitQueue)method.DataSenderImpl.BuilderDataSenderImpl.Builder. queue(RabbitQueueFactory factory, String queueName)Method for providing the necessary information to create a queue if it has not been provided with theDataSenderImpl.Builder.queue(RabbitQueue)method.
-