You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eventmesh.apache.org by GitBox <gi...@apache.org> on 2022/05/31 09:01:40 UTC

[GitHub] [incubator-eventmesh] xwm1992 commented on a diff in pull request #897: Webhook

xwm1992 commented on code in PR #897:
URL: https://github.com/apache/incubator-eventmesh/pull/897#discussion_r885384765


##########
eventmesh-webhook/eventmesh-webhook-api/src/main/java/org/apache/eventmesh/webhook/api/WebHookConfig.java:
##########
@@ -75,7 +75,9 @@ public class WebHookConfig {
 	private String cloudEventName;
 
 	/**
-	 * 如果是http协议就需要标记请求头 contentType的类型
+	 * 	转出数据格式 -> 指定如何将 CloudEvent 序列化为字节序列
+	 *  如果是http协议就需要标记请求头 contentType的类型
+	 *  contentType -> DataContentType
 	 */
 	private String DataContentType;

Review Comment:
   DataContentType -> dataContentType ?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org