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
  • Field Summary

    Fields
    Modifier and Type Field Description
    static Store.OnClose EMPTY  
  • Method Summary

    Methods inherited from interface java.util.function.Consumer

    accept, andThen