| Package | Description |
|---|---|
| org.hobbit.core.components | |
| org.hobbit.core.rabbit |
| Modifier and Type | Field and Description |
|---|---|
protected RabbitQueueFactory |
AbstractCommandReceivingComponent.cmdQueueFactory
Factory for generating queues with which the commands are sent and
received.
|
protected RabbitQueueFactory |
AbstractComponent.incomingDataQueueFactory
Factory for creating outgoing data queues.
|
protected RabbitQueueFactory |
AbstractComponent.outgoingDataQueuefactory
Factory for creating outgoing data queues.
|
| Modifier and Type | Method and Description |
|---|---|
RabbitQueueFactory |
PlatformConnector.getFactoryForIncomingCmdQueues() |
RabbitQueueFactory |
AbstractPlatformConnectorComponent.getFactoryForIncomingCmdQueues() |
RabbitQueueFactory |
PlatformConnector.getFactoryForIncomingDataQueues() |
RabbitQueueFactory |
AbstractPlatformConnectorComponent.getFactoryForIncomingDataQueues() |
RabbitQueueFactory |
PlatformConnector.getFactoryForOutgoingCmdQueues() |
RabbitQueueFactory |
AbstractPlatformConnectorComponent.getFactoryForOutgoingCmdQueues() |
RabbitQueueFactory |
PlatformConnector.getFactoryForOutgoingDataQueues() |
RabbitQueueFactory |
AbstractPlatformConnectorComponent.getFactoryForOutgoingDataQueues() |
| Modifier and Type | Class and Description |
|---|---|
class |
RabbitQueueFactoryImpl |
| Modifier and Type | Field and Description |
|---|---|
protected RabbitQueueFactory |
DataSenderImpl.Builder.factory |
protected RabbitQueueFactory |
DataReceiverImpl.Builder.factory |
| Modifier and Type | Method and Description |
|---|---|
static SimpleFileSender |
SimpleFileSender.create(RabbitQueueFactory factory,
String queueName) |
static SimpleFileReceiver |
SimpleFileReceiver.create(RabbitQueueFactory factory,
String queueName) |
DataSenderImpl.Builder |
DataSenderImpl.Builder.queue(RabbitQueueFactory factory,
String queueName)
Method for providing the necessary information to create a queue if
it has not been provided with the
DataSenderImpl.Builder.queue(RabbitQueue) method. |
DataReceiverImpl.Builder |
DataReceiverImpl.Builder.queue(RabbitQueueFactory factory,
String queueName)
Method for providing the necessary information to create a queue if it has
not been provided with the
DataReceiverImpl.Builder.queue(RabbitQueue) method. |
Copyright © 2017–2018. All rights reserved.