| Package | Description |
|---|---|
| org.hobbit.core.components | |
| org.hobbit.core.rabbit |
| Modifier and Type | Field | 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 | Description |
|---|---|---|
RabbitQueueFactory |
AbstractPlatformConnectorComponent.getFactoryForIncomingCmdQueues() |
|
RabbitQueueFactory |
PlatformConnector.getFactoryForIncomingCmdQueues() |
|
RabbitQueueFactory |
AbstractPlatformConnectorComponent.getFactoryForIncomingDataQueues() |
|
RabbitQueueFactory |
PlatformConnector.getFactoryForIncomingDataQueues() |
|
RabbitQueueFactory |
AbstractPlatformConnectorComponent.getFactoryForOutgoingCmdQueues() |
|
RabbitQueueFactory |
PlatformConnector.getFactoryForOutgoingCmdQueues() |
|
RabbitQueueFactory |
AbstractPlatformConnectorComponent.getFactoryForOutgoingDataQueues() |
|
RabbitQueueFactory |
PlatformConnector.getFactoryForOutgoingDataQueues() |
| Modifier and Type | Class | Description |
|---|---|---|
class |
RabbitQueueFactoryImpl |
| Modifier and Type | Field | Description |
|---|---|---|
protected RabbitQueueFactory |
DataReceiverImpl.Builder.factory |
|
protected RabbitQueueFactory |
DataSenderImpl.Builder.factory |
| Modifier and Type | Method | Description |
|---|---|---|
static SimpleFileReceiver |
SimpleFileReceiver.create(RabbitQueueFactory factory,
String queueName) |
|
static SimpleFileSender |
SimpleFileSender.create(RabbitQueueFactory factory,
String queueName) |
|
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. |
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. |
Copyright © 2017. All rights reserved.