| Package | Description |
|---|---|
| org.dice_research.squirrel.rabbit |
| Modifier and Type | Method and Description |
|---|---|
static RPCServer.Builder |
RPCServer.builder()
Returns a newly created
RPCServer.Builder. |
RPCServer.Builder |
RPCServer.Builder.dataHandler(org.hobbit.core.rabbit.DataHandler dataHandler)
Sets the handler that is called if data is incoming.
|
RPCServer.Builder |
RPCServer.Builder.maxParallelProcessedMsgs(int maxParallelProcessedMsgs)
Sets the maximum number of incoming messages that are processed in parallel.
|
RPCServer.Builder |
RPCServer.Builder.responseQueueFactory(org.hobbit.core.rabbit.RabbitQueueFactory factory)
Method for providing the necessary information to connect to the queue to
which responses should be sent.
|
Copyright © 2017–2019. All rights reserved.