Uses of Class
net.sf.eBus.config.EConfigure.MessageCompilerType
-
-
Uses of EConfigure.MessageCompilerType in net.sf.eBus.config
Fields in net.sf.eBus.config declared as EConfigure.MessageCompilerType Modifier and Type Field Description static EConfigure.MessageCompilerTypeEConfigure. DEFAULT_MESSAGE_COMPILERDefault eBus message compiler type isMessageCompilerType.JAVA_ASSIST.Methods in net.sf.eBus.config that return EConfigure.MessageCompilerType Modifier and Type Method Description EConfigure.MessageCompilerTypeEConfigure. messageCompiler()Returns eBus message compiler type.static EConfigure.MessageCompilerTypeEConfigure.MessageCompilerType. valueOf(String name)Returns the enum constant of this type with the specified name.static EConfigure.MessageCompilerType[]EConfigure.MessageCompilerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.eBus.config with parameters of type EConfigure.MessageCompilerType 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.
-