Uses of Class
net.sf.eBus.config.EConfigure.Dispatcher
-
-
Uses of EConfigure.Dispatcher in net.sf.eBus.config
Methods in net.sf.eBus.config that return EConfigure.Dispatcher Modifier and Type Method Description protected EConfigure.DispatcherEConfigure.DispatcherBuilder. buildImpl()EConfigure.DispatcherEConfigure. dispatcher(String name)Returns the dispatcher configuration with the given name.static EConfigure.DispatcherEConfigure. loadDispatcher(com.typesafe.config.Config config)Returns a dispatcher configured based on the given JSON properties.Methods in net.sf.eBus.config that return types with arguments of type EConfigure.Dispatcher Modifier and Type Method Description Map<String,EConfigure.Dispatcher>EConfigure. dispatchers()Returns client dispatcher configuration map.static Map<String,EConfigure.Dispatcher>EConfigure. loadDispatchers(com.typesafe.config.Config config)Returns the eBus dispatcher configuration found in the given JSON configuration.Methods in net.sf.eBus.config with parameters of type EConfigure.Dispatcher Modifier and Type Method Description intEConfigure.Dispatcher. compareTo(EConfigure.Dispatcher o)EConfigure.DispatcherBuilderEConfigure.DispatcherBuilder. configuration(EConfigure.Dispatcher config)Copies in the settings fromconfigto this builder.
-