Table of Contents

Class KafkaStreamsTableRetriever<TKey, TValueContainer, TJVMKey, TJVMValueContainer>

Namespace
MASES.EntityFrameworkCore.KNet.Storage.Internal
Assembly
MASES.EntityFrameworkCore.KNet.dll

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

public sealed class KafkaStreamsTableRetriever<TKey, TValueContainer, TJVMKey, TJVMValueContainer> : KafkaStreamsBaseRetriever<TKey, TValueContainer, TJVMKey, TJVMValueContainer>, IKEFCoreStreamsRetriever<TKey>, IDisposable where TKey : notnull where TValueContainer : IValueContainer<TKey>

Type Parameters

TKey
TValueContainer
TJVMKey
TJVMValueContainer
Inheritance
KafkaStreamsBaseRetriever<TKey, TValueContainer, TJVMKey, TJVMValueContainer>
KafkaStreamsTableRetriever<TKey, TValueContainer, TJVMKey, TJVMValueContainer>
Implements
Inherited Members

Remarks

Default initializer

Constructors

KafkaStreamsTableRetriever(IKEFCoreCluster, IValueContainerMetadata, IKey, IComplexTypeConverterFactory, ISerDes<TKey, TJVMKey>, ISerDes<TValueContainer, TJVMValueContainer>)

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

public KafkaStreamsTableRetriever(IKEFCoreCluster cluster, IValueContainerMetadata metadata, IKey primaryKey, IComplexTypeConverterFactory complexTypeConverterFactory, ISerDes<TKey, TJVMKey> keySerdes, ISerDes<TValueContainer, TJVMValueContainer> valueSerdes)

Parameters

cluster IKEFCoreCluster
metadata IValueContainerMetadata
primaryKey IKey
complexTypeConverterFactory IComplexTypeConverterFactory
keySerdes ISerDes<TKey, TJVMKey>
valueSerdes ISerDes<TValueContainer, TJVMValueContainer>

Remarks

Default initializer