Class KafkaStreamsBaseRetriever<TKey, TValue, K, V>
- 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 class KafkaStreamsBaseRetriever<TKey, TValue, K, V> : IKafkaStreamsRetriever, IDisposable where TKey : notnull where TValue : IValueContainer<TKey>
Type Parameters
TKey
TValue
K
V
- Inheritance
-
KafkaStreamsBaseRetriever<TKey, TValue, K, V>
- Implements
- Derived
- Inherited Members
Constructors
KafkaStreamsBaseRetriever(IKafkaCluster, IEntityType, ISerDes<TKey, K>, ISerDes<TValue, V>, StreamsBuilder)
Default initializer
public KafkaStreamsBaseRetriever(IKafkaCluster kafkaCluster, IEntityType entityType, ISerDes<TKey, K> keySerdes, ISerDes<TValue, V> valueSerdes, StreamsBuilder builder)
Parameters
kafkaCluster
IKafkaClusterentityType
IEntityTypekeySerdes
ISerDes<TKey, K>valueSerdes
ISerDes<TValue, V>builder
StreamsBuilder
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
GetValueBuffers()
Retrieve an IEnumerable<T> from the IKafkaStreamsRetriever instance
public IEnumerable<ValueBuffer> GetValueBuffers()