Package com.linkedin.venice.meta
Interface StoreListChangedListener
-
public interface StoreListChangedListener
Interface used to register into metadata repository to listen the change of store list.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleStoreListChanged(java.util.List<java.lang.String> storeNameList)
-