Table of Contents

Class ProducerRecord<K, V>

Namespace
MASES.KNet.Producer
Assembly
MASES.KNet.dll
public class ProducerRecord<K, V> : ProducerRecord<K, V, byte[], byte[]>

Type Parameters

K

The key type

V

The value type

Inheritance
ProducerRecord<K, V>
Inherited Members

Constructors

ProducerRecord()

public ProducerRecord()

ProducerRecord(string, int?, DateTime?, K, V)

public ProducerRecord(string topic, int? partition, DateTime? timestamp, K key, V value)

Parameters

topic string
partition int?
timestamp DateTime?
key K
value V

ProducerRecord(string, int?, DateTime?, K, V, Headers)

public ProducerRecord(string topic, int? partition, DateTime? timestamp, K key, V value, Headers headers)

Parameters

topic string
partition int?
timestamp DateTime?
key K
value V
headers Headers

ProducerRecord(string, int?, long?, K, V)

public ProducerRecord(string topic, int? partition, long? timestamp, K key, V value)

Parameters

topic string
partition int?
timestamp long?
key K
value V

ProducerRecord(string, int?, long?, K, V, Headers)

public ProducerRecord(string topic, int? partition, long? timestamp, K key, V value, Headers headers)

Parameters

topic string
partition int?
timestamp long?
key K
value V
headers Headers

ProducerRecord(string, int?, K, V)

public ProducerRecord(string topic, int? partition, K key, V value)

Parameters

topic string
partition int?
key K
value V

ProducerRecord(string, int?, K, V, Headers)

public ProducerRecord(string topic, int? partition, K key, V value, Headers headers)

Parameters

topic string
partition int?
key K
value V
headers Headers

ProducerRecord(string, K, V)

public ProducerRecord(string topic, K key, V value)

Parameters

topic string
key K
value V

ProducerRecord(string, V)

public ProducerRecord(string topic, V value)

Parameters

topic string
value V