Class QueryableStoreTypes.StoreType<TKNetManagedStore, TStore>
Supporting class for QueryableStoreTypes
public class QueryableStoreTypes.StoreType<TKNetManagedStore, TStore> : IDisposable where TKNetManagedStore : ManagedStore<TStore>, IGenericSerDesFactoryApplier
Type Parameters
TKNetManagedStoreA class extending ManagedStore<TStore>
TStoreThe standard Kafka backing store
- Inheritance
-
QueryableStoreTypes.StoreType<TKNetManagedStore, TStore>
- Implements