Package | Description |
---|---|
io.smallrye.reactive.messaging.kafka | |
io.smallrye.reactive.messaging.kafka.impl.ce |
Modifier and Type | Method and Description |
---|---|
OutgoingKafkaRecordMetadata<K> |
OutgoingKafkaRecordMetadata.OutgoingKafkaRecordMetadataBuilder.build() |
Modifier and Type | Method and Description |
---|---|
static org.apache.kafka.clients.producer.ProducerRecord<?,?> |
KafkaCloudEventHelper.createBinaryRecord(Message<?> message,
String topic,
OutgoingKafkaRecordMetadata<?> metadata,
OutgoingCloudEventMetadata<?> ceMetadata,
KafkaConnectorOutgoingConfiguration configuration) |
static org.apache.kafka.clients.producer.ProducerRecord<?,?> |
KafkaCloudEventHelper.createStructuredRecord(Message<?> message,
String topic,
OutgoingKafkaRecordMetadata<?> metadata,
OutgoingCloudEventMetadata<?> ceMetadata,
KafkaConnectorOutgoingConfiguration configuration) |
Copyright © 2018–2021 SmallRye. All rights reserved.