public interface EventLoopGroupConfiguration extends Named
| Modifier and Type | Field and Description | 
|---|---|
| static String | DEFAULTThe name of the default event loop group configuration. | 
| static String | DEFAULT_LOOPThe default. | 
| static long | DEFAULT_SHUTDOWN_QUIET_PERIODThe default shutdown quiet period in seconds. | 
| static long | DEFAULT_SHUTDOWN_TIMEOUTThe default shutdown quiet period. | 
| static String | EVENT_LOOPSThe configuration property prefix. | 
| Modifier and Type | Method and Description | 
|---|---|
| Optional<String> | getExecutorName() | 
| Optional<Integer> | getIoRatio() | 
| int | getNumThreads() | 
| default Duration | getShutdownQuietPeriod() | 
| default Duration | getShutdownTimeout() | 
| boolean | isPreferNativeTransport() | 
static final String EVENT_LOOPS
static final String DEFAULT
static final String DEFAULT_LOOP
static final long DEFAULT_SHUTDOWN_QUIET_PERIOD
static final long DEFAULT_SHUTDOWN_TIMEOUT
int getNumThreads()
boolean isPreferNativeTransport()
default Duration getShutdownQuietPeriod()
default Duration getShutdownTimeout()