ReceivingServiceConfigBuilder<R> |
ReceivingServiceConfigBuilder.withErrorHandlerThreadCount(int _threads) |
Set the size of the thread-pool used to handle error messages received on the bus.
|
ReceivingServiceConfigBuilder<R> |
ReceivingServiceConfigBuilder.withErrorThreadPriority(int _priority) |
Sets the thread priority of the created signal thread(s).
|
ReceivingServiceConfigBuilder<R> |
ReceivingServiceConfigBuilder.withMethedCallThreadPriority(int _priority) |
Sets the thread priority of the created signal thread(s).
|
ReceivingServiceConfigBuilder<R> |
ReceivingServiceConfigBuilder.withMethodCallThreadCount(int _threads) |
Set the size of the thread-pool used to handle methods calls previously sent to the bus.
|
ReceivingServiceConfigBuilder<R> |
ReceivingServiceConfigBuilder.withMethodReturnThreadCount(int _threads) |
Set the size of the thread-pool used to handle method return values received on the bus.
|
ReceivingServiceConfigBuilder<R> |
ReceivingServiceConfigBuilder.withMethodReturnThreadPriority(int _priority) |
Sets the thread priority of the created signal thread(s).
|
ReceivingServiceConfigBuilder<R> |
ReceivingServiceConfigBuilder.withRetryHandler(ReceivingService.IThreadPoolRetryHandler _handler) |
Sets the retry handler which should be called when executing a runnable in ReceivingService thread pools fail.
|
ReceivingServiceConfigBuilder<R> |
ReceivingServiceConfigBuilder.withSignalThreadCount(int _threads) |
Set the size of the thread-pool used to handle signals from the bus.
|
ReceivingServiceConfigBuilder<R> |
ReceivingServiceConfigBuilder.withSignalThreadPriority(int _priority) |
Sets the thread priority of the created signal thread(s).
|