public interface ITopologyActionNotifierPlugin
A plugin interface that gets invoked any time there is an action for a topology.
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup()
called during shutdown.
|
void |
notify(String topologyName,
String action)
When a new actions is executed for a topology, this method will be called.
|
void |
prepare(Map StormConf)
Called once during nimbus initialization.
|
void prepare(Map StormConf)
Called once during nimbus initialization.
StormConf - void notify(String topologyName, String action)
When a new actions is executed for a topology, this method will be called.
topologyName - action - void cleanup()
called during shutdown.
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.