public interface TaskExecutors
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IO
The name of the
ExecutorService used to schedule I/O tasks. |
static java.lang.String |
MESSAGE_CONSUMER
The name of the
ScheduledExecutorService used to run message consumers such as a Kafka or RabbitMQ listeners. |
static java.lang.String |
SCHEDULED
The name of the
ScheduledExecutorService used to schedule background tasks. |
static final java.lang.String IO
ExecutorService
used to schedule I/O tasks.static final java.lang.String SCHEDULED
ScheduledExecutorService
used to schedule background tasks.static final java.lang.String MESSAGE_CONSUMER
ScheduledExecutorService
used to run message consumers such as a Kafka or RabbitMQ listeners.