OutgoingKafkaRecordMetadata
instead@Deprecated public class OutgoingKafkaRecordMetadata<K> extends OutgoingKafkaRecordMetadata<K> implements KafkaMessageMetadata<K>
Modifier and Type | Class and Description |
---|---|
static class |
OutgoingKafkaRecordMetadata.OutgoingKafkaRecordMetadataBuilder<K>
Deprecated.
|
Constructor and Description |
---|
OutgoingKafkaRecordMetadata(String topic,
K key,
int partition,
Instant timestamp,
org.apache.kafka.common.header.Headers headers)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <K> OutgoingKafkaRecordMetadata.OutgoingKafkaRecordMetadataBuilder<K> |
builder()
Deprecated.
|
getHeaders, getKey, getPartition, getTimestamp, getTopic
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getHeaders, getKey, getPartition, getTimestamp, getTopic
public static <K> OutgoingKafkaRecordMetadata.OutgoingKafkaRecordMetadataBuilder<K> builder()
Copyright © 2018–2021 SmallRye. All rights reserved.