Table of Contents

Interface IManagedStore<TStore>

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

Supporting interface for ManagedStore<TStore>

public interface IManagedStore<TStore> : IGenericSerDesFactoryApplier

Type Parameters

TStore

The Apache Kafka store type

Inherited Members

Methods

SetData(IGenericSerDesFactory, TStore)

Sets store data

void SetData(IGenericSerDesFactory factory, TStore store)

Parameters

factory IGenericSerDesFactory

IGenericSerDesFactory

store TStore

TStore