Uses of Interface
org.freedesktop.dbus.connections.shared.IThreadPoolRetryHandler
Packages that use IThreadPoolRetryHandler
-
Uses of IThreadPoolRetryHandler in org.freedesktop.dbus.connections.config
Methods in org.freedesktop.dbus.connections.config that return IThreadPoolRetryHandlerModifier and TypeMethodDescriptionstatic IThreadPoolRetryHandlerReceivingServiceConfigBuilder.getDefaultRetryHandler()Returns the default retry handler used forReceivingService.ReceivingServiceConfig.getRetryHandler()Methods in org.freedesktop.dbus.connections.config with parameters of type IThreadPoolRetryHandlerModifier and TypeMethodDescriptionReceivingServiceConfigBuilder.withRetryHandler(IThreadPoolRetryHandler _handler) Sets the retry handler which should be called when executing a runnable inReceivingServicethread pools fail.