See: Description
Interface | Description |
---|---|
ExecutorConfiguration | |
ExecutorSelector |
Interface that allows customizing the selection of the
ExecutorService to run an operation on. |
Class | Description |
---|---|
DefaultExecutorSelector |
Default implementation of the
ExecutorSelector interface that regards methods that return reactive types as non-blocking. |
DefaultThreadFactory |
The default thread factory used for creating threads in Micronaut.
|
ExecutorFactory |
Constructs
ExecutorService instances based on UserExecutorConfiguration instances. |
IOExecutorServiceConfig |
Configures the default I/O thread pool if none is configured by the user.
|
ScheduledExecutorServiceConfig |
A default executor service for scheduling adhoc tasks via
ScheduledExecutorService . |
UserExecutorConfiguration |
Allows configuration
ExecutorService instances that are made available as beans. |
Enum | Description |
---|---|
ExecutorType |