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 String |
EVENT_LOOPS
The configuration property prefix.
|
Modifier and Type | Method and Description |
---|---|
Optional<String> |
getExecutorName() |
Optional<Integer> |
getIoRatio() |
int |
getNumThreads() |
boolean |
isPreferNativeTransport() |
static final String EVENT_LOOPS
static final String DEFAULT
static final String DEFAULT_LOOP