T - the data typepublic interface IncomingKafkaCloudEventMetadata<K,T> extends IncomingCloudEventMetadata<T>
| Modifier and Type | Field and Description |
|---|---|
static String |
CE_KAFKA_KEY
Extension - attribute name associated with the record's key.
|
static String |
CE_KAFKA_TOPIC
Extension - attribute name associated with the record's topic.
|
CE_ATTRIBUTE_DATA_CONTENT_TYPE, CE_ATTRIBUTE_DATA_SCHEMA, CE_ATTRIBUTE_ID, CE_ATTRIBUTE_SOURCE, CE_ATTRIBUTE_SPEC_VERSION, CE_ATTRIBUTE_SUBJECT, CE_ATTRIBUTE_TIME, CE_ATTRIBUTE_TYPE, CE_VERSION_1_0| Modifier and Type | Method and Description |
|---|---|
default K |
getKey() |
default String |
getTopic() |
getData, getDataContentType, getDataSchema, getExtension, getExtensions, getId, getSource, getSpecVersion, getSubject, getTimeStamp, getTypestatic final String CE_KAFKA_KEY
static final String CE_KAFKA_TOPIC
Copyright © 2018–2021 SmallRye. All rights reserved.