Table of Contents

Class ManagedStore<TStore>

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

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
Derived
Inherited Members

Properties

Factory

Returns the current IGenericSerDesFactory

protected IGenericSerDesFactory Factory { get; }

Property Value

IGenericSerDesFactory

Store

Returns the current TStore instance

protected TStore Store { get; }

Property Value

TStore