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.
Modifier and Type | Method and Description |
---|---|
void |
notify(TopologyInfo topologyInfo,
Map stormConf,
StormTopology topology) |
void notify(TopologyInfo topologyInfo, Map stormConf, StormTopology topology) throws IllegalAccessException
IllegalAccessException
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.