ahgittin commented on a change in pull request #1298:
URL: https://github.com/apache/brooklyn-server/pull/1298#discussion_r802478109
##########
File path:
core/src/main/java/org/apache/brooklyn/policy/InvokeEffectorOnSensorChange.java
##########
@@ -67,7 +67,7 @@
.build();
private AttributeSensor<Object> sensor;
-
+ private Object lastValue;
Review comment:
i think this will be included in rebind anyway (even without being set
in `setEntity`). you could mark it `transient` to exclude it from rebind.
--
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]