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<String,Object> topoConf,
StormTopology topology) |
void notify(TopologyInfo topologyInfo, Map<String,Object> topoConf, StormTopology topology) throws IllegalAccessException
IllegalAccessException
Copyright © 2022 The Apache Software Foundation. All rights reserved.