Uses of Interface
com.azure.resourcemanager.resources.fluentcore.model.Executable
-
Packages that use Executable Package Description com.azure.resourcemanager.resources.fluentcore.dag This package contains the graph related classes that are useful for performing cloud requests in parallel. -
-
Uses of Executable in com.azure.resourcemanager.resources.fluentcore.dag
Methods in com.azure.resourcemanager.resources.fluentcore.dag with parameters of type Executable Modifier and Type Method Description protected StringIndexableTaskItem. addDependency(Executable<? extends Indexable> executable)Add an executable dependency for this task item.protected StringIndexableTaskItem. addPostRunDependent(Executable<? extends Indexable> executable)Add an executable "post-run" dependent for this task item.
-