Interface AbstractPushMonitor.CurrentVersionChangeNotifier

Enclosing class:
AbstractPushMonitor

public static interface AbstractPushMonitor.CurrentVersionChangeNotifier
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onCurrentVersionChange(Store store, String clusterName, int currentVersion, int previousVersion)
     
  • Method Details

    • onCurrentVersionChange

      void onCurrentVersionChange(Store store, String clusterName, int currentVersion, int previousVersion)