| Modifier and Type | Method and Description |
|---|---|
EConfigure.RemoteConnection |
EConfigure.ConnectionBuilder.build()
Returns the eBus connection configuration built from
the previously set parameters.
|
EConfigure.RemoteConnection |
EConfigure.connection(String name) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,EConfigure.RemoteConnection> |
EConfigure.loadConnections(com.typesafe.config.Config config)
Returns the remote eBus connections found in the
preferences.
|
static Map<String,EConfigure.RemoteConnection> |
EConfigure.loadConnections(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.RemoteConnection> |
EConfigure.loadConnections(Properties props)
Returns the remote eBus connections found in the
properties.
|
Map<String,EConfigure.RemoteConnection> |
EConfigure.remoteConnections()
Returns the set of remote eBus connections.
|
| Modifier and Type | Method and Description |
|---|---|
int |
EConfigure.RemoteConnection.compareTo(EConfigure.RemoteConnection conn)
Compares
this remote connection configuration
with conn. |
EConfigure.ConnectionBuilder |
EConfigure.ConnectionBuilder.configuration(EConfigure.RemoteConnection 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.