| 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.
|
static EConfigure |
EConfigure.load(com.typesafe.config.Config config)
Returns the eBus service, remote connection, and
dispatcher configurations found in the given JSON
configuration.
|
static EConfigure |
EConfigure.load(Preferences prefs)
Deprecated.
Preferences-based configuration will be
removed at a future date. Please consider moving to
the JSON-based configuration file supported by
load(com.typesafe.config.Config). |
static EConfigure |
EConfigure.load(Properties props)
Returns the eBus service, remote connection, and
dispatcher configurations found in the given properties.
|
Copyright © 2020. All rights reserved.