Uses of Interface
org.freedesktop.dbus.connections.ReceivingService.IThreadPoolRetryHandler
Packages that use ReceivingService.IThreadPoolRetryHandler
-
Uses of ReceivingService.IThreadPoolRetryHandler in org.freedesktop.dbus.connections
Fields in org.freedesktop.dbus.connections declared as ReceivingService.IThreadPoolRetryHandlerModifier and TypeFieldDescriptionprivate final ReceivingService.IThreadPoolRetryHandlerReceivingService.retryHandler -
Uses of ReceivingService.IThreadPoolRetryHandler in org.freedesktop.dbus.connections.config
Fields in org.freedesktop.dbus.connections.config declared as ReceivingService.IThreadPoolRetryHandlerModifier and TypeFieldDescriptionprivate static final ReceivingService.IThreadPoolRetryHandlerReceivingServiceConfigBuilder.DEFAULT_RETRYHANDLERReceivingServiceConfig.retryHandlerMethods 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 TypeMethodDescription(package private) voidReceivingServiceConfig.setRetryHandler(ReceivingService.IThreadPoolRetryHandler _retryHandler) ReceivingServiceConfigBuilder.withRetryHandler(ReceivingService.IThreadPoolRetryHandler _handler) Sets the retry handler which should be called when executing a runnable inReceivingServicethread pools fail.