public interface EventLoopGroupConfiguration extends Named
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT
The name of the default event loop group configuration.
|
static String |
DEFAULT_LOOP
The default.
|
static long |
DEFAULT_SHUTDOWN_QUIET_PERIOD
The default shutdown quiet period in seconds.
|
static long |
DEFAULT_SHUTDOWN_TIMEOUT
The default shutdown quiet period.
|
static String |
EVENT_LOOPS
The 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()