| Package | Description |
|---|---|
| reactor | |
| reactor.core.config |
Components to facilitate flexible configuration of the Reactor
Environment. |
| reactor.groovy.config |
| Modifier and Type | Method and Description |
|---|---|
static Dispatcher |
Environment.newDispatcher(int backlog,
int consumers,
DispatcherType dispatcherType)
Register a dispatcher into the context environment.
|
static Dispatcher |
Environment.newDispatcher(String key,
int backlog,
int consumers,
DispatcherType dispatcherType)
Register a dispatcher into the context environment.
|
| Modifier and Type | Method and Description |
|---|---|
DispatcherType |
DispatcherConfiguration.getType()
Returns the type of the Dispatcher.
|
static DispatcherType |
DispatcherType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DispatcherType[] |
DispatcherType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DispatcherConfiguration(String name,
DispatcherType type,
Integer backlog,
Integer size) |
| Modifier and Type | Method and Description |
|---|---|
DispatcherType |
DispatcherConfigurationBuilder.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
DispatcherConfigurationBuilder.setType(DispatcherType value) |
Copyright © 2016. All rights reserved.