| Interface | Description |
|---|---|
| ScheduledExecutorFactory |
| Class | Description |
|---|---|
| DirectExecutorService |
Creates an executor service that runs each task in the thread that invokes
execute/submit, as in ThreadPoolExecutor.CallerRunsPolicy This applies both to individually submitted
tasks and to collections of tasks submitted via invokeAll or invokeAny. |
| Execs | |
| ExecutorServiceConfig | |
| ExecutorServices | |
| ScheduledExecutors |
| Enum | Description |
|---|---|
| ScheduledExecutors.Signal |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.