Verwendungen von Klasse
org.freedesktop.dbus.connections.config.ReceivingServiceConfigBuilder
-
Verwendungen von ReceivingServiceConfigBuilder in org.freedesktop.dbus.connections.config
Modifizierer und TypMethodeBeschreibungReceivingServiceConfigBuilder.withErrorHandlerThreadCount
(int _threads) Set the size of the thread-pool used to handle error messages received on the bus.ReceivingServiceConfigBuilder.withErrorThreadPriority
(int _priority) Sets the thread priority of the created signal thread(s).ReceivingServiceConfigBuilder.withMethedCallThreadPriority
(int _priority) Sets the thread priority of the created signal thread(s).ReceivingServiceConfigBuilder.withMethodCallThreadCount
(int _threads) Set the size of the thread-pool used to handle methods calls previously sent to the bus.ReceivingServiceConfigBuilder.withMethodReturnThreadCount
(int _threads) Set the size of the thread-pool used to handle method return values received on the bus.ReceivingServiceConfigBuilder.withMethodReturnThreadPriority
(int _priority) Sets the thread priority of the created signal thread(s).ReceivingServiceConfigBuilder.withRetryHandler
(IThreadPoolRetryHandler _handler) Sets the retry handler which should be called when executing a runnable inReceivingService
thread pools fail.ReceivingServiceConfigBuilder.withSignalThreadCount
(int _threads) Set the size of the thread-pool used to handle signals from the bus.ReceivingServiceConfigBuilder.withSignalThreadPriority
(int _priority) Sets the thread priority of the created signal thread(s). -
Verwendungen von ReceivingServiceConfigBuilder in org.freedesktop.dbus.connections.impl
Modifizierer und TypMethodeBeschreibungBaseConnectionBuilder.receivingThreadConfig()
Returns the builder to configure the receiving thread pools.