JinkunLiu commented on code in PR #950:
URL: https://github.com/apache/flink-agents/pull/950#discussion_r3743361878
##########
api/src/main/java/org/apache/flink/agents/api/Event.java:
##########
@@ -81,10 +92,18 @@ public Map<String, Object> getAttributes() {
return attributes;
}
+ public Map<String, Object> getAttachments() {
+ return attachments;
+ }
+
public Object getAttr(String name) {
return attributes.get(name);
}
+ public Object getAttachment(String name) {
Review Comment:
I forgot the `setAttachment` function in Java. It has been fixed now.
--
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]