Package io.micronaut.scheduling.executor
package io.micronaut.scheduling.executor
Scheduling Execution configuration and factory.
- Since:
- 1.0
- Author:
- graemerocher
-
ClassDescriptionDefault implementation of the
ExecutorSelector
interface that regards methods that return reactive types as non-blocking.The default thread factory used for creating threads in Micronaut.ConstructsExecutorService
instances based onUserExecutorConfiguration
instances.Interface that allows customizing the selection of theExecutorService
to run an operation on.Configures the default I/O thread pool if none is configured by the user.A default executor service for scheduling adhoc tasks viaScheduledExecutorService
.Enum the controls the ability to select threads in a Micronaut application.Allows configurationExecutorService
instances that are made available as beans.