Package org.apache.storm.nimbus
Interface ITopologyActionNotifierPlugin
public interface ITopologyActionNotifierPlugin
A plugin interface that gets invoked any time there is an action for a topology.
- 
Method Summary
- 
Method Details- 
prepareCalled once during nimbus initialization.
- 
notifyWhen a new actions is executed for a topology, this method will be called.
- 
cleanupvoid cleanup()Called during shutdown.
 
-