Uses of Class
org.apache.storm.flux.model.ExecutionContext
Packages that use ExecutionContext
-
Uses of ExecutionContext in org.apache.storm.flux
Methods in org.apache.storm.flux with parameters of type ExecutionContextModifier and TypeMethodDescriptionstatic 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.