Class EventMeshCloudEventWriter
- java.lang.Object
-
- org.apache.eventmesh.runtime.util.EventMeshCloudEventWriter
-
- All Implemented Interfaces:
io.cloudevents.rw.CloudEventContextWriter
public class EventMeshCloudEventWriter extends java.lang.Object implements io.cloudevents.rw.CloudEventContextWriter
-
-
Constructor Summary
Constructors Constructor Description EventMeshCloudEventWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>getExtensionMap()io.cloudevents.rw.CloudEventContextWriterwithContextAttribute(java.lang.String key, java.lang.String value)
-
-
-
Method Detail
-
withContextAttribute
public io.cloudevents.rw.CloudEventContextWriter withContextAttribute(java.lang.String key, java.lang.String value) throws io.cloudevents.rw.CloudEventRWException- Specified by:
withContextAttributein interfaceio.cloudevents.rw.CloudEventContextWriter- Throws:
io.cloudevents.rw.CloudEventRWException
-
getExtensionMap
public java.util.Map<java.lang.String,java.lang.Object> getExtensionMap()
-
-