Enum Class ExecutorType

java.lang.Object
java.lang.Enum<ExecutorType>
io.micronaut.scheduling.executor.ExecutorType
All Implemented Interfaces:
Serializable, Comparable<ExecutorType>, Constable

public enum ExecutorType extends Enum<ExecutorType>
An enum modelling different Executor types that mirror the methods defined in the Executors class.
Since:
1.0
Author:
Graeme Rocher