Package | Description |
---|---|
org.springframework.cloud.dataflow.core.dsl |
Base package for processing DeploymentUnit(Stream/Job) DSL.
|
Modifier and Type | Method and Description |
---|---|
TaskAppNode |
TransitionNode.getTargetApp() |
TaskAppNode |
TaskNode.getTaskApp() |
Modifier and Type | Method and Description |
---|---|
void |
TaskVisitor.postVisit(TaskAppNode taskApp) |
boolean |
TaskVisitor.preVisit(TaskAppNode taskApp)
This preVisit/visit/postVisit sequence for taskApp is not invoked for inlined
references to apps in transitions, for example: appA 0->:foo 1->appB.
|
void |
TaskVisitor.visit(TaskAppNode taskApp) |
void |
TaskValidatorVisitor.visit(TaskAppNode taskApp) |
void |
GraphGeneratorVisitor.visit(TaskAppNode taskApp) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.