|
Summary
|
Have AbstractTargetedCondition attempt to resolve the target every time it is started, so that IsAlive and the like will even work for targets that are not yet deployed
|
Have AbstractTargetedCondition attempt to resolve the target on demand
|
|
Description
|
Currently the IsAlive() test and the like require the CD to be deployed before they can begin polling it, because they try and resolve the reference on startup.#
If instead the resolution was postponed to the condition, the polling operation in a WaitFor operation will even handle slow starting components .
|
Currently the IsAlive() test and the like require the CD to be deployed before they can begin polling it, because they try and resolve the reference on startup.
If instead the resolution was postponed to the condition, the polling operation in a WaitFor operation will even handle slow starting components .
|