Uses of Class
net.sf.eBus.config.ENetConfigure.SelectorInfo
-
-
Uses of ENetConfigure.SelectorInfo in net.sf.eBus.config
Methods in net.sf.eBus.config that return ENetConfigure.SelectorInfo Modifier and Type Method Description ENetConfigure.SelectorInfoENetConfigure.SelectorInfoBuilder. build()Returns theENetConfigure.SelectorInfoinstance created from the configuration settings.static ENetConfigure.SelectorInfoENetConfigure. defaultSelector()static ENetConfigure.SelectorInfoENetConfigure. selector(String name)Returns the selector for the given name; returnsnullifnamedoes not reference a known selector.Methods in net.sf.eBus.config that return types with arguments of type ENetConfigure.SelectorInfo Modifier and Type Method Description static Map<String,ENetConfigure.SelectorInfo>ENetConfigure. selectors()Returns the selector thread configurations.Methods in net.sf.eBus.config with parameters of type ENetConfigure.SelectorInfo Modifier and Type Method Description intENetConfigure.SelectorInfo. compareTo(ENetConfigure.SelectorInfo selector)Comparesthisobject with the specified selector.
-