qingwli commented on code in PR #15554:
URL:
https://github.com/apache/dolphinscheduler/pull/15554#discussion_r1547060184
##########
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/audit/operator/Operator.java:
##########
@@ -15,14 +15,13 @@
* limitations under the License.
*/
-package org.apache.dolphinscheduler.api.audit;
+package org.apache.dolphinscheduler.api.audit.operator;
-public interface AuditSubscriber {
+import org.apache.dolphinscheduler.api.audit.enums.AuditType;
- /**
- * process the audit message
- *
- * @param message
- */
- void execute(AuditMessage message);
+import org.aspectj.lang.ProceedingJoinPoint;
+
+public interface Operator {
Review Comment:
Done
--
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]