Interface VersionedBytesStore

All Superinterfaces:
KeyValueStore<org.apache.kafka.common.utils.Bytes,byte[]>, ReadOnlyKeyValueStore<org.apache.kafka.common.utils.Bytes,byte[]>, StateStore, TimestampedBytesStore

public interface VersionedBytesStore extends KeyValueStore<org.apache.kafka.common.utils.Bytes,byte[]>, TimestampedBytesStore
A representation of a versioned key-value store as a KeyValueStore of type <Bytes, byte[]>. See VersionedBytesStoreSupplier for more.