| Modifier and Type | Method and Description |
|---|---|
EConfigure.Service |
EConfigure.ServerBuilder.build()
Returns the eBus service configuration built from the
previously set parameters.
|
EConfigure.Service |
EConfigure.service(String name)
Returns the eBus service for the given name.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,EConfigure.Service> |
EConfigure.loadServices(com.typesafe.config.Config config)
Returns the eBus TCP services.
|
static Map<String,EConfigure.Service> |
EConfigure.loadServices(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.Service> |
EConfigure.loadServices(Properties props)
Extracts the services from the properties, returning the
service name to configuration map.
|
Map<String,EConfigure.Service> |
EConfigure.services()
Returns the eBus services map.
|
| Modifier and Type | Method and Description |
|---|---|
int |
EConfigure.Service.compareTo(EConfigure.Service service)
Compares this service configuration with
service based on the service ports. |
EConfigure.ServerBuilder |
EConfigure.ServerBuilder.configuration(EConfigure.Service 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.