| Package | Description |
|---|---|
| org.hobbit.controller.front |
| Modifier and Type | Method and Description |
|---|---|
FrontEndApiHandler.Builder |
FrontEndApiHandler.Builder.maxParallelProcessedMsgs(int maxParallelProcessedMsgs)
Sets the maximum number of incoming messages that are processed in parallel.
|
FrontEndApiHandler.Builder |
FrontEndApiHandler.Builder.platformController(PlatformController controller)
Sets the reference to the platform controller that is called if data is incoming.
|
FrontEndApiHandler.Builder |
FrontEndApiHandler.Builder.queue(org.hobbit.core.data.RabbitQueue queue)
Sets the queue that is used to receive data.
|
FrontEndApiHandler.Builder |
FrontEndApiHandler.Builder.queue(org.hobbit.core.rabbit.RabbitQueueFactory factory,
String queueName)
Method for providing the necessary information to create a queue if it has
not been provided with the
queue(RabbitQueue) method. |
Copyright © 2017–2018. All rights reserved.