Pil0tXia commented on code in PR #4272:
URL: https://github.com/apache/eventmesh/pull/4272#discussion_r1272459312
##########
eventmesh-webhook/eventmesh-webhook-receive/src/main/java/org/apache/eventmesh/webhook/receive/storage/HookConfigOperationManager.java:
##########
@@ -42,6 +41,20 @@
import lombok.extern.slf4j.Slf4j;
+/**
+ * This class manages the operations related to WebHook configurations. Mainly
used by
+ * {@linkplain org.apache.eventmesh.webhook.receive.WebHookController#execute
WebHookController}
+ * to retrieve existing WebHook configuration by callback path when processing
received WebHook data from manufacturers.
+ * <p>
+ * This class is initialized together with the {@linkplain
org.apache.eventmesh.webhook.receive.WebHookController WebHookController}
+ * during the initialization phase of the {@code EventMeshHTTPServer}.
+ * Differs from the other two implementations that implement the
+ * {@linkplain org.apache.eventmesh.webhook.api.WebHookConfigOperation
WebHookConfigOperation} interface,
+ * which are located in the {@code org.apache.eventmesh.webhook.admin} package.
Review Comment:
Resolved in
https://github.com/apache/eventmesh/pull/4272/commits/0890078361992463b616a9e002006fd58fb04cc1
(Explain HookConfigOperationManager more clearly in WebHookConfigOperation).
I have reworked this JavaDoc and moved it to `WebHookConfigOperation`
interface for better demonstration.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]