Uses of Class
net.sf.eBus.config.EConfigure
-
-
Uses of EConfigure in net.sf.eBus.config
Methods in net.sf.eBus.config that return EConfigure Modifier and Type Method Description static EConfigureEConfigure. create(Map<String,EConfigure.Service> services, Map<String,EConfigure.RemoteConnection> connections, Map<String,EConfigure.MulticastConnection> mcastConnections, Map<String,EConfigure.Dispatcher> dispatchers)Creates an eBus configuration for the given service and remote connections.static EConfigureEConfigure. load(com.typesafe.config.Config config)Returns the eBus service, remote connection, and dispatcher configurations found in the given JSON configuration.
-