| Modifier and Type | Method and Description |
|---|---|
EConfigure.DispatcherType |
EConfigure.DispatcherBuilder.dispatcherType()
Returns the Dispatcher type.
|
EConfigure.DispatcherType |
EConfigure.Dispatcher.dispatchType()
Returns the dispatch method type.
|
static EConfigure.DispatcherType |
EConfigure.DispatcherType.findType(String name)
Returns the
EConfigure.DispatcherType for the given
name using case-insensitive string matching. |
static EConfigure.DispatcherType |
EConfigure.DispatcherType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EConfigure.DispatcherType[] |
EConfigure.DispatcherType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EConfigure.DispatcherBuilder |
EConfigure.DispatcherBuilder.dispatcherType(EConfigure.DispatcherType type)
Sets the dispatcher type.
|
Copyright © 2019. All rights reserved.