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