| Modifier and Type | Method and Description |
|---|---|
EConfigure.Service |
EConfigure.ServerBuilder.build()
Returns the eBus service configuration built from the
previously set parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,EConfigure.Service> |
EConfigure.loadServices(Preferences p)
Returns the eBus TCP service.
|
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 TCP/IP services.
|
| Modifier and Type | Method and Description |
|---|---|
int |
EConfigure.Service.compareTo(EConfigure.Service service)
Compares this service configuration with
service based on the service ports. |
| 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.