Table of Contents

Class QueryableStoreTypes.StoreType<TKNetManagedStore, TStore>

Namespace
MASES.KNet.Streams.State
Assembly
MASES.KNet.dll

Supporting class for QueryableStoreTypes

public class QueryableStoreTypes.StoreType<TKNetManagedStore, TStore> : IDisposable where TKNetManagedStore : ManagedStore<TStore>, IGenericSerDesFactoryApplier

Type Parameters

TKNetManagedStore

A class extending ManagedStore<TStore>

TStore

The standard Kafka backing store

Inheritance
QueryableStoreTypes.StoreType<TKNetManagedStore, TStore>
Implements