Uses of Class
net.sf.eBus.config.EConfigure.DispatcherType
-
-
Uses of EConfigure.DispatcherType in net.sf.eBus.config
Methods in net.sf.eBus.config that return EConfigure.DispatcherType Modifier and Type Method Description EConfigure.DispatcherTypeEConfigure.Dispatcher. dispatchType()Returns the dispatch method type.static EConfigure.DispatcherTypeEConfigure.DispatcherType. findType(String name)Returns theEConfigure.DispatcherTypefor the givennameusing case-insensitive string matching.static EConfigure.DispatcherTypeEConfigure.DispatcherType. valueOf(String name)Returns the enum constant of this type with the specified name.static EConfigure.DispatcherType[]EConfigure.DispatcherType. 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.DispatcherType Modifier and Type Method Description EConfigure.DispatcherBuilderEConfigure.DispatcherBuilder. dispatcherType(EConfigure.DispatcherType type)Sets the dispatcher type.
-