| Package | Description |
|---|---|
| io.smallrye.reactive.messaging.ce | |
| io.smallrye.reactive.messaging.ce.impl | |
| io.smallrye.reactive.messaging.kafka.impl.ce |
| Modifier and Type | Method and Description |
|---|---|
OutgoingCloudEventMetadata<T> |
OutgoingCloudEventMetadataBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
static <T> OutgoingCloudEventMetadataBuilder<T> |
OutgoingCloudEventMetadata.from(OutgoingCloudEventMetadata<T> existing)
Gets a builder to create a new
OutgoingCloudEventMetadata. |
| Constructor and Description |
|---|
OutgoingCloudEventMetadataBuilder(OutgoingCloudEventMetadata<T> existing) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultOutgoingCloudEventMetadata<T>
Default implementation of the
OutgoingCloudEventMetadata interface. |
| 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.