Interface MetaStore.UpdateCallback<T>

Enclosing interface:
MetaStore

public static interface MetaStore.UpdateCallback<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onUpdate(T result, Stat stat)
     
  • Method Details

    • onUpdate

      void onUpdate(T result, Stat stat)