我有以下规则,当心率保持在160以上5分钟时会触发。
int heartrate;
String heartratesTimestamp;
String macAddress;
我的HeartRate类包含以下字段:
{{1}}
我想要的是能够在我的ruleListener中获取macAddress。然而这 返回一个空的hashmap。所以我的问题是如何返回HeartRate的macAddress?
答案 0 :(得分:1)
模式保留并返回标记的事件,即这样做:
// we assign the 'h' tag to the first event and the engine now retains that
// the select clause could use "h.macAddress as macAddress", for example
...every(h=HeartRate(...