public interface TaskExecutors
| Modifier and Type | Field and Description | 
|---|---|
| static String | IOThe name of the  ExecutorServiceused to schedule I/O tasks. | 
| static String | MESSAGE_CONSUMERThe name of the  ScheduledExecutorServiceused to run message consumers such as a Kafka or RabbitMQ listeners. | 
| static String | SCHEDULEDThe name of the  ScheduledExecutorServiceused 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.