Class ManagedStore<TStore>
Base class for stores managed from KNet
public class ManagedStore<TStore> : IManagedStore<TStore>, IGenericSerDesFactoryApplier
Type Parameters
TStore
The Apache Kafka store type
- Inheritance
-
ManagedStore<TStore>
- Implements
-
IManagedStore<TStore>
- Derived
- Inherited Members
Properties
Factory
Returns the current IGenericSerDesFactory
protected IGenericSerDesFactory Factory { get; }
Property Value
Store
Returns the current TStore
instance
protected TStore Store { get; }
Property Value
- TStore