Class SendMessageRequestProtocolResolver
- java.lang.Object
-
- org.apache.eventmesh.protocol.cloudevents.resolver.http.SendMessageRequestProtocolResolver
-
public class SendMessageRequestProtocolResolver extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SendMessageRequestProtocolResolver()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.cloudevents.CloudEventbuildEvent(org.apache.eventmesh.common.protocol.http.header.Header header, org.apache.eventmesh.common.protocol.http.body.Body body)
-
-
-
Method Detail
-
buildEvent
public static io.cloudevents.CloudEvent buildEvent(org.apache.eventmesh.common.protocol.http.header.Header header, org.apache.eventmesh.common.protocol.http.body.Body body) throws org.apache.eventmesh.protocol.api.exception.ProtocolHandleException- Throws:
org.apache.eventmesh.protocol.api.exception.ProtocolHandleException
-
-