Uses of Class
org.apache.storm.flux.model.ExecutionContext
-
Packages that use ExecutionContext Package Description org.apache.storm.flux -
-
Uses of ExecutionContext in org.apache.storm.flux
Methods in org.apache.storm.flux with parameters of type ExecutionContext Modifier and Type Method Description static StormTopology
FluxBuilder. buildTopology(ExecutionContext context)
Given a topology definition, return a Storm topology that can be run either locally or remotely.static void
FluxBuilder. invokeConfigMethods(ObjectDef bean, Object instance, ExecutionContext context)
Invokes configuration methods on an class instance.
-