Interface Store.CloseOnReset

  • Enclosing interface:
    Store<T>

    @API(status=EXPERIMENTAL,
         since="1.6.3")
    public static interface Store.CloseOnReset
    Any value that implements this interface will automatically be closed when its store goes out of scope. That scope is defined by the store's Store.lifespan()
    • Method Detail

      • close

        void close()
            throws java.lang.Exception
        Throws:
        java.lang.Exception