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