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 SummaryModifier and TypeMethodDescriptionvoidnotify(TopologyInfo topologyInfo, Map<String, Object> topoConf, StormTopology topology) 
- 
Method Details- 
notifyvoid notify(TopologyInfo topologyInfo, Map<String, Object> topoConf, StormTopology topology) throws IllegalAccessException- Throws:
- IllegalAccessException
 
 
-