Uses of Class
org.apache.storm.flux.model.ObjectDef
Packages that use ObjectDef
- 
Uses of ObjectDef in org.apache.storm.fluxMethods in org.apache.storm.flux with parameters of type ObjectDefModifier and TypeMethodDescriptionstatic voidFluxBuilder.invokeConfigMethods(ObjectDef bean, Object instance, ExecutionContext context) Invokes configuration methods on an class instance.
- 
Uses of ObjectDef in org.apache.storm.flux.modelSubclasses of ObjectDef in org.apache.storm.flux.modelModifier and TypeClassDescriptionclassA representation of a Java object that is uniquely identifyable, and given a className, constructor arguments, and properties, can be instantiated.classBean representation of a Storm bolt.classBean representation of a Storm spout.classclassAbstract parent class of component definitions.classBean representation of a Storm worker hook.Methods in org.apache.storm.flux.model that return ObjectDefMethods in org.apache.storm.flux.model with parameters of type ObjectDef