Class TcpMessageProtocolResolver
- java.lang.Object
-
- org.apache.eventmesh.protocol.cloudevents.resolver.tcp.TcpMessageProtocolResolver
-
public class TcpMessageProtocolResolver extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TcpMessageProtocolResolver()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.cloudevents.CloudEventbuildEvent(org.apache.eventmesh.common.protocol.tcp.Header header, java.lang.String cloudEventJson)
-
-
-
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
-
-