Interface StoreDataChangedListener

    • Method Detail

      • handleStoreCreated

        default void handleStoreCreated​(Store store)
        Do NOT try to acquire the lock of store repository again in the implementation, otherwise a dead lock issue will happen.
      • handleStoreDeleted

        default void handleStoreDeleted​(Store store)
      • handleStoreDeleted

        default void handleStoreDeleted​(java.lang.String storeName)
      • handleStoreChanged

        default void handleStoreChanged​(Store store)