Table of Contents

Class ConsumerRecord<K, V, TJVMK, TJVMV>

Namespace
MASES.KNet.Consumer
Assembly
MASES.KNet.dll

KNet extension of ConsumerRecord<K, V>

public class ConsumerRecord<K, V, TJVMK, TJVMV> : IGenericSerDesFactoryApplier

Type Parameters

K

The key type

V

The value type

TJVMK

The JVM type of K

TJVMV

The JVM type of V

Inheritance
ConsumerRecord<K, V, TJVMK, TJVMV>
Implements
Inherited Members

Properties

DateTime

public DateTime DateTime { get; }

Property Value

DateTime

Headers

public Headers Headers { get; }

Property Value

Headers

Headers

Key

public K Key { get; }

Property Value

K

K

LeaderEpoch

public int? LeaderEpoch { get; }

Property Value

int?

Optional

Offset

public long Offset { get; }

Property Value

long

long

Partition

public int Partition { get; }

Property Value

int

int

SerializedKeySize

public int SerializedKeySize { get; }

Property Value

int

int

SerializedValueSize

public int SerializedValueSize { get; }

Property Value

int

int

Timestamp

public long Timestamp { get; }

Property Value

long

long

TimestampType

public TimestampType TimestampType { get; }

Property Value

TimestampType

TimestampType

Topic

public string Topic { get; }

Property Value

string

String

Value

public V Value { get; }

Property Value

V

V

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.