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