Class OnlineVeniceProducer<K,V>

java.lang.Object
com.linkedin.venice.producer.AbstractVeniceProducer<K,V>
com.linkedin.venice.producer.online.OnlineVeniceProducer<K,V>
All Implemented Interfaces:
VeniceProducer<K,V>, Closeable, AutoCloseable

public class OnlineVeniceProducer<K,V> extends AbstractVeniceProducer<K,V>
An implementation of a VeniceProducer suitable for online applications. This producer only supports producing data to a store's RT topic.
See Also: