See: Description
| Interface | Description | 
|---|---|
| ExecutorConfiguration | |
| ExecutorSelector | Interface that allows customizing the selection of the  ExecutorServiceto run an operation on. | 
| Class | Description | 
|---|---|
| DefaultExecutorSelector | Default implementation of the  ExecutorSelectorinterface that regards methods that return reactive types as non-blocking. | 
| DefaultThreadFactory | The default thread factory used for creating threads in Micronaut. | 
| ExecutorFactory | Constructs  ExecutorServiceinstances based onUserExecutorConfigurationinstances. | 
| 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  ExecutorServiceinstances that are made available as beans. | 
| Enum | Description | 
|---|---|
| ExecutorType |