Interface VeniceChangelogConsumerProvider<K,V>
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
LocalVeniceChangelogConsumerProvider
Interface to provide a configured
VeniceChangelogConsumer instance.-
Method Summary
Modifier and TypeMethodDescriptiongetVeniceChangelogConsumer(String storeName) getVeniceChangelogConsumer(String storeName, String consumerId)
-
Method Details
-
getVeniceChangelogConsumer
VeniceChangelogConsumer<K,V> getVeniceChangelogConsumer(String storeName) throws NoSuchMethodException, InvocationTargetException, InstantiationException, IllegalAccessException -
getVeniceChangelogConsumer
VeniceChangelogConsumer<K,V> getVeniceChangelogConsumer(String storeName, String consumerId) throws NoSuchMethodException, InvocationTargetException, InstantiationException, IllegalAccessException
-