Uses of Interface
org.hobbit.core.rabbit.RabbitQueueFactory
Packages that use RabbitQueueFactory
-
Uses of RabbitQueueFactory in org.hobbit.core.components
Fields in org.hobbit.core.components declared as RabbitQueueFactoryModifier and TypeFieldDescriptionprotected 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 RabbitQueueFactoryModifier and TypeMethodDescriptionAbstractPlatformConnectorComponent.getFactoryForIncomingCmdQueues()PlatformConnector.getFactoryForIncomingCmdQueues()AbstractPlatformConnectorComponent.getFactoryForIncomingDataQueues()PlatformConnector.getFactoryForIncomingDataQueues()AbstractPlatformConnectorComponent.getFactoryForOutgoingCmdQueues()PlatformConnector.getFactoryForOutgoingCmdQueues()AbstractPlatformConnectorComponent.getFactoryForOutgoingDataQueues()PlatformConnector.getFactoryForOutgoingDataQueues() -
Uses of RabbitQueueFactory in org.hobbit.core.rabbit
Classes in org.hobbit.core.rabbit that implement RabbitQueueFactoryFields in org.hobbit.core.rabbit declared as RabbitQueueFactoryModifier and TypeFieldDescriptionprotected RabbitQueueFactoryDataReceiverImpl.Builder.factoryprotected RabbitQueueFactoryDataSenderImpl.Builder.factoryMethods in org.hobbit.core.rabbit with parameters of type RabbitQueueFactoryModifier and TypeMethodDescriptionstatic SimpleFileReceiverSimpleFileReceiver.create(RabbitQueueFactory factory, String queueName) static SimpleFileSenderSimpleFileSender.create(RabbitQueueFactory factory, String queueName) DataReceiverImpl.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.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.