Uses of Class
org.apache.storm.flux.model.ObjectDef
-
Uses of ObjectDef in org.apache.storm.flux
Modifier and TypeMethodDescriptionstatic void
FluxBuilder.invokeConfigMethods
(ObjectDef bean, Object instance, ExecutionContext context) Invokes configuration methods on an class instance. -
Uses of ObjectDef in org.apache.storm.flux.model
Modifier and TypeClassDescriptionclass
A representation of a Java object that is uniquely identifyable, and given a className, constructor arguments, and properties, can be instantiated.class
Bean representation of a Storm bolt.class
Bean representation of a Storm spout.class
class
Abstract parent class of component definitions.class
Bean representation of a Storm worker hook.