Uses of Class
net.sf.eBus.config.EConfigure.Service
-
-
Uses of EConfigure.Service in net.sf.eBus.config
Methods in net.sf.eBus.config that return EConfigure.Service Modifier and Type Method Description EConfigure.ServiceEConfigure.ServerBuilder. build()Returns the eBus service configuration built from the previously set parameters.EConfigure.ServiceEConfigure. service(String name)Returns the eBus service for the given name.Methods in net.sf.eBus.config that return types with arguments of type EConfigure.Service Modifier and Type Method Description static Map<String,EConfigure.Service>EConfigure. loadServices(com.typesafe.config.Config config)Returns the eBus TCP services.Map<String,EConfigure.Service>EConfigure. services()Returns the eBus services map.Methods in net.sf.eBus.config with parameters of type EConfigure.Service Modifier and Type Method Description intEConfigure.Service. compareTo(EConfigure.Service service)Compares this service configuration withservicebased on the service ports.EConfigure.ServerBuilderEConfigure.ServerBuilder. configuration(EConfigure.Service config)Copies in the settings fromconfigto this builder.Method parameters in net.sf.eBus.config with type arguments of type EConfigure.Service 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.
-