Interface Store.OnClose

  • All Superinterfaces:
    java.util.function.Consumer<ShardLock>
    Enclosing class:
    Store

    public static interface Store.OnClose
    extends java.util.function.Consumer<ShardLock>
    A listener that is executed once the store is closed and all references to it are released
    • Method Summary

      • Methods inherited from interface java.util.function.Consumer

        accept, andThen