Class TaskGroup.ProxyTaskGroupWrapper

java.lang.Object
com.azure.resourcemanager.resources.fluentcore.dag.TaskGroup.ProxyTaskGroupWrapper
Enclosing class:
TaskGroup

protected static final class TaskGroup.ProxyTaskGroupWrapper extends Object
Wrapper type to simplify operations on proxy TaskGroup.

A proxy TaskGroup will be activated for a TaskGroup as soon as a "post-run" dependent added to the actual TaskGroup via TaskGroup.addPostRunDependentTaskGroup(TaskGroup). "post run" dependents are those TaskGroup which need to be invoked as part of invocation of actual TaskGroup.