public interface KafkaMessageMetadata<K>
Modifier and Type | Method and Description |
---|---|
org.apache.kafka.common.header.Headers |
getHeaders() |
K |
getKey() |
int |
getPartition() |
Instant |
getTimestamp() |
String |
getTopic() |
Copyright © 2018–2021 SmallRye. All rights reserved.