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(EConfigure.MessageCompilerType messageCompiler, Duration pingRate, Map<String,EConfigure.Service> services, Map<String,EConfigure.RemoteConnection> connections, Map<String,EConfigure.MulticastConnection> mcastConnections, Map<String,EConfigure.Dispatcher> dispatchers, Map<String,EConfigure.ScheduledExecutor> executors)Creates an eBus configuration for the given service and remote connections.Each remote connection must have a unique name inconnections.static EConfigureEConfigure. load(com.typesafe.config.Config config)Returns anEConfigureinstance containing eBus configuration loaded from given typesafe configuration.
-