| Modifier and Type | Method and Description |
|---|---|
EConfigure.Dispatcher |
EConfigure.DispatcherBuilder.build()
Returns the eBus Dispatcher configuration built from
the previously set parameters.
|
EConfigure.Dispatcher |
EConfigure.dispatcher(String name)
Returns the dispatcher configuration with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,EConfigure.Dispatcher> |
EConfigure.dispatchers()
Returns the set of client dispatcher configurations.
|
static Map<String,EConfigure.Dispatcher> |
EConfigure.loadDispatchers(com.typesafe.config.Config config)
Returns the eBus dispatcher configuration found in the
given JSON configuration.
|
static Map<String,EConfigure.Dispatcher> |
EConfigure.loadDispatchers(Preferences p)
Deprecated.
Preferences-based configuration will be
removed at a future date. Please consider moving to
the JSON-based configuration file supported by
EConfigure.load(com.typesafe.config.Config). |
static Map<String,EConfigure.Dispatcher> |
EConfigure.loadDispatchers(Properties props)
Returns the eBus dispatcher configuration found in the
given properties.
|
| Modifier and Type | Method and Description |
|---|---|
int |
EConfigure.Dispatcher.compareTo(EConfigure.Dispatcher o) |
EConfigure.DispatcherBuilder |
EConfigure.DispatcherBuilder.configuration(EConfigure.Dispatcher config)
Copies in the settings from
config to this
builder. |
| Modifier and Type | Method and Description |
|---|---|
static EConfigure |
EConfigure.create(Map<String,EConfigure.Service> services,
Map<String,EConfigure.RemoteConnection> connections,
Map<String,EConfigure.Dispatcher> dispatchers)
Creates an eBus configuration for the given service and
remote connections.
|
Copyright © 2020. All rights reserved.