Modul org.freedesktop.dbus
Schnittstelle IThreadPoolRetryHandler
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
Interface which specifies a handler which will be called when the thread pool throws any exception.
- Seit:
- 4.2.0 - 2022-07-14
- Autor:
- hypfvieh
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
handle
(ExecutorNames _executor, Exception _ex) Called to handle an exception.
-
Methodendetails