Uses of Class
org.apache.storm.flux.model.ConfigMethodDef
-
Packages that use ConfigMethodDef Package Description org.apache.storm.flux.model -
-
Uses of ConfigMethodDef in org.apache.storm.flux.model
Methods in org.apache.storm.flux.model that return types with arguments of type ConfigMethodDef Modifier and Type Method Description List<ConfigMethodDef>
ObjectDef. getConfigMethods()
Method parameters in org.apache.storm.flux.model with type arguments of type ConfigMethodDef Modifier and Type Method Description void
ObjectDef. setConfigMethods(List<ConfigMethodDef> configMethods)
-