| Modifier and Type | Method and Description |
|---|---|
EConfigure.RemoteConnection |
EConfigure.ConnectionBuilder.build()
Returns the eBus connection configuration built from
the previously set parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,EConfigure.RemoteConnection> |
EConfigure.loadConnections(Preferences p)
Returns the remote eBus connections found in the
preferences.
|
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. |
| 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.