Class TcpMessageProtocolResolver


  • public class TcpMessageProtocolResolver
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static io.cloudevents.CloudEvent buildEvent​(org.apache.eventmesh.common.protocol.tcp.Header header, java.lang.String cloudEventJson)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TcpMessageProtocolResolver

        public TcpMessageProtocolResolver()
    • Method Detail

      • buildEvent

        public static io.cloudevents.CloudEvent buildEvent​(org.apache.eventmesh.common.protocol.tcp.Header header,
                                                           java.lang.String cloudEventJson)
                                                    throws org.apache.eventmesh.protocol.api.exception.ProtocolHandleException
        Throws:
        org.apache.eventmesh.protocol.api.exception.ProtocolHandleException