Interface StreamGraphContext.StreamGraphUpdateListener
-
- All Known Implementing Classes:
AdaptiveGraphManager
- Enclosing interface:
- StreamGraphContext
@Internal public static interface StreamGraphContext.StreamGraphUpdateListenerInterface for observers that monitor the status of a StreamGraph.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonStreamGraphUpdated()This method is called whenever the StreamGraph is updated.
-