+
+
+ Class KafkaRowBag<TKey>
+
+
+
+
+
Inheritance
+
+
KafkaRowBag<TKey>
+
+
+
+
Inherited Members
+
+
+
+
+
+
+
+
+
+ Assembly: MASES.EntityFrameworkCore.KNet.dll
+ Syntax
+
+
public class KafkaRowBag<TKey> : IKafkaRowBag
+
+ Type Parameters
+
+
+
+ Name |
+ Description |
+
+
+
+
+ TKey |
+ |
+
+
+
+ Constructors
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+ KafkaRowBag(IUpdateEntry, TKey, Object[])
+
+
+ Declaration
+
+
public KafkaRowBag(IUpdateEntry entry, TKey key, object[] row)
+
+ Parameters
+
+
+
+ Type |
+ Name |
+ Description |
+
+
+
+
+ IUpdateEntry |
+ entry |
+ |
+
+
+ TKey |
+ key |
+ |
+
+
+ Object[] |
+ row |
+ |
+
+
+
+ Properties
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+ Key
+
+
+ Declaration
+
+
public TKey Key { get; }
+
+ Property Value
+
+
+
+ Type |
+ Description |
+
+
+
+
+ TKey |
+ |
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+ UpdateEntry
+
+
+ Declaration
+
+
public IUpdateEntry UpdateEntry { get; }
+
+ Property Value
+
+
+
+ Type |
+ Description |
+
+
+
+
+ IUpdateEntry |
+ |
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+ ValueBuffer
+
+
+ Declaration
+
+
public object[] ValueBuffer { get; }
+
+ Property Value
+
+
+
+ Type |
+ Description |
+
+
+
+
+ Object[] |
+ |
+
+
+
+ Methods
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+ GetKey(IKafkaSerdesEntityType)
+
+
+ Declaration
+
+
public string GetKey(IKafkaSerdesEntityType _serdes)
+
+ Parameters
+
+ Returns
+
+
+
+ Type |
+ Description |
+
+
+
+
+ String |
+ |
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+ GetRecord(String, IKafkaSerdesEntityType)
+
+
+ Declaration
+
+
public ProducerRecord<string, string> GetRecord(string topicName, IKafkaSerdesEntityType _serdes)
+
+ Parameters
+
+ Returns
+
+
+
+ Type |
+ Description |
+
+
+
+
+ Org.Apache.Kafka.Clients.Producer.ProducerRecord<String, String> |
+ |
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+ GetValue(IKafkaSerdesEntityType)
+
+
+ Declaration
+
+
public string GetValue(IKafkaSerdesEntityType _serdes)
+
+ Parameters
+
+ Returns
+
+
+
+ Type |
+ Description |
+
+
+
+
+ String |
+ |
+
+
+
+ Implements
+
+