| Modifier and Type | Interface and Description |
|---|---|
interface |
IncomingCloudEventMetadata<T>
Represents the Cloud Event metadata from an incoming message.
|
interface |
OutgoingCloudEventMetadata<T>
Represents the Cloud Event metadata for an outgoing message.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseCloudEventMetadata<T>
Default implementation of the
CloudEventMetadata interface |
class |
DefaultIncomingCloudEventMetadata<T>
Default implementation of the
IncomingCloudEventMetadata interface |
class |
DefaultOutgoingCloudEventMetadata<T>
Default implementation of the
OutgoingCloudEventMetadata interface. |
| Constructor and Description |
|---|
DefaultIncomingCloudEventMetadata(CloudEventMetadata<T> existing) |
DefaultOutgoingCloudEventMetadata(CloudEventMetadata<T> existing) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IncomingKafkaCloudEventMetadata<K,T>
Addition "extension" attribute specific to incoming Kafka record
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultIncomingKafkaCloudEventMetadata<K,T> |
Copyright © 2018–2021 SmallRye. All rights reserved.