Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

3)Using the MockStateStoreFactory as a main entry point to access stores. (Keeping the state of all StoreBuilder)

  • Now the MockStateStoreFactory only provides build() functionality, but not access(i.e. getStore(String storeName)) to StoreBuilders and Stores. Developer have to access these Stores separately. If there is a request to allow access from the factory, we can adjust that.