| Modifier and Type | Method and Description |
|---|---|
EConfigure.Dispatcher |
EConfigure.DispatcherBuilder.build()
Returns the eBus Dispatcher configuration built from
the previously set parameters.
|
| 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(Preferences p)
Returns the eBus dispatcher configuration found in the
given preferences.
|
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) |
| 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 © 2019. All rights reserved.