Table of Contents

Class ProducerRecordBuffered<K, V>

Namespace
MASES.KNet.Producer
Assembly
MASES.KNet.dll
public class ProducerRecordBuffered<K, V> : ProducerRecord<K, V, ByteBuffer, ByteBuffer>

Type Parameters

K

The key type

V

The value type

Inheritance
ProducerRecordBuffered<K, V>
Inherited Members

Constructors

ProducerRecordBuffered()

public ProducerRecordBuffered()

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

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

Parameters

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

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

public ProducerRecordBuffered(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

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

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

Parameters

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

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

public ProducerRecordBuffered(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

ProducerRecordBuffered(string, int?, K, V)

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

Parameters

topic string
partition int?
key K
value V

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

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

Parameters

topic string
partition int?
key K
value V
headers Headers

ProducerRecordBuffered(string, K, V)

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

Parameters

topic string
key K
value V

ProducerRecordBuffered(string, V)

public ProducerRecordBuffered(string topic, V value)

Parameters

topic string
value V