Interface ExternalStore<K,​V>

    • Method Detail

      • destroy

        default void destroy()
        Method to be used to destroy and clean up any resources associated with this store. This is normally only useful for non shared stores.

        This method will ensure the store is stopped and properly cleans up all resources for it.