| AbstractLoggingThreadExecutorPolicy |
A handler for rejected tasks that log a warning on the platform logger. |
| AbstractThreadExecutorPolicy |
Abstract implementation of the thread executor policies for rejected tasks and uncaught exceptions. |
| QuietThreadExecutorPolicy |
A handler for rejected tasks and uncaught exceptions that logs nothing. |
| VerboseThreadExecutorPolicy |
A handler for rejected tasks and uncaught exceptions that logs a warning on the platform logger when a task is rejected, and an error for each uncaught exception. |