Github user geomacy commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/388#discussion_r84883174
--- Diff:
core/src/main/java/org/apache/brooklyn/core/entity/BrooklynConfigKeys.java ---
@@ -179,6 +179,7 @@
public static final ConfigKey<Boolean> PROVISION_LATCH =
newBooleanConfigKey("provision.latch", "Latch for blocking location provision
until ready");
public static final ConfigKey<Boolean> START_LATCH =
newBooleanConfigKey("start.latch", "Latch for blocking start until ready");
+ public static final ConfigKey<Boolean> STOP_LATCH =
newBooleanConfigKey("stop.latch", "Latch for blocking stop until a condition is
met");
--- End diff --
ð good idea
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---