Uses of Class
net.sf.eBus.config.EConfigure.MultifeedType
-
-
Uses of EConfigure.MultifeedType in net.sf.eBus.config
Methods in net.sf.eBus.config that return EConfigure.MultifeedType Modifier and Type Method Description EConfigure.MultifeedTypeEConfigure.McastNotifyConfig. feedType()Returns multi-feed type.static EConfigure.MultifeedTypeEConfigure.MultifeedType. valueOf(String name)Returns the enum constant of this type with the specified name.static EConfigure.MultifeedType[]EConfigure.MultifeedType. 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.MultifeedType Modifier and Type Method Description EConfigure.McastNotifyBuilderEConfigure.McastNotifyBuilder. feedType(EConfigure.MultifeedType type)Sets notification multi-feed type to eitherLISTorQUERY.
-