Github user aledsage commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/853#discussion_r142931102
--- Diff:
core/src/main/java/org/apache/brooklyn/core/effector/EffectorTasks.java ---
@@ -57,9 +58,14 @@
private static final Logger log =
LoggerFactory.getLogger(EffectorTasks.class);
public interface EffectorTaskFactory<T> {
+ // TODO deprecate
--- End diff --
How does this relate to config of type Task? I thought that
`EffectorTaskFactory` would be used in an entirely different context.
---