Class EventMeshCloudEventWriter

  • All Implemented Interfaces:
    io.cloudevents.rw.CloudEventContextWriter

    public class EventMeshCloudEventWriter
    extends java.lang.Object
    implements io.cloudevents.rw.CloudEventContextWriter
    • 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.CloudEventContextWriter withContextAttribute​(java.lang.String key, java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface io.cloudevents.rw.CloudEventContextWriter

        withContextAttribute, withContextAttribute, withContextAttribute, withContextAttribute, withContextAttribute, withContextAttribute
    • Constructor Detail

      • EventMeshCloudEventWriter

        public EventMeshCloudEventWriter()
    • Method Detail

      • withContextAttribute

        public io.cloudevents.rw.CloudEventContextWriter withContextAttribute​(java.lang.String key,
                                                                              java.lang.String value)
                                                                       throws io.cloudevents.rw.CloudEventRWException
        Specified by:
        withContextAttribute in interface io.cloudevents.rw.CloudEventContextWriter
        Throws:
        io.cloudevents.rw.CloudEventRWException
      • getExtensionMap

        public java.util.Map<java.lang.String,​java.lang.Object> getExtensionMap()