Interface CloudEventMessage<T>
-
- Type Parameters:
T
- the type of payload.
- All Superinterfaces:
io.cloudevents.CloudEvent<io.cloudevents.v1.AttributesImpl,T>
,Message<T>
- All Known Implementing Classes:
DefaultCloudEventMessage
public interface CloudEventMessage<T> extends io.cloudevents.CloudEvent<io.cloudevents.v1.AttributesImpl,T>, Message<T>
Message extending Cloud Events.
-
-
Method Summary
-
Methods inherited from interface org.eclipse.microprofile.reactive.messaging.Message
ack, addMetadata, getAck, getMetadata, getMetadata, getNack, getPayload, nack, unwrap, withAck, withMetadata, withMetadata, withNack, withPayload
-
-