Package org.apache.storm
Interface ISubmitterHook
-
public interface ISubmitterHook
if FQCN of an implementation of this class is specified by setting the config storm.topology.submission.notifier.plugin.class, that class's notify method will be invoked when a topology is successfully submitted via StormSubmitter class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notify(TopologyInfo topologyInfo, Map<String,Object> topoConf, StormTopology topology)
-
-
-
Method Detail
-
notify
void notify(TopologyInfo topologyInfo, Map<String,Object> topoConf, StormTopology topology) throws IllegalAccessException
- Throws:
IllegalAccessException
-
-