DefaultExecutionGraphBuilderpublic interface ExecutionGraphBuilder<T>
| Modifier and Type | Method | Description |
|---|---|---|
@NotNull ExecutionGraphBuilder |
addStart(@NotNull IdentifiableExecution<T> execution) |
|
@NotNull ExecutionGraphBuilder |
addStartHub(@NotNull IdentifiableExecution<T> hubExecution) |
|
@NotNull ExecutionGraph |
build() |
|
@NotNull ExecutionGraphBuilder |
chain(@NotNull IdentifiableExecution<T> execution) |
|
ExecutionGraphBuilder |
chainFromHub(@NotNull IdentifiableExecution<T> from,
int fromPort,
@NotNull IdentifiableExecution<T> execution) |
|
@NotNull ExecutionGraphBuilder |
chainFromHubToHub(@NotNull IdentifiableExecution<T> from,
int fromPort,
@NotNull IdentifiableExecution<T> to,
int toPort) |
|
ExecutionGraphBuilder |
chainIntoHub(@NotNull IdentifiableExecution<T> to,
int toPort) |
@NotNull @NotNull ExecutionGraphBuilder addStart(@NotNull @NotNull IdentifiableExecution<T> execution)
@NotNull @NotNull ExecutionGraphBuilder addStartHub(@NotNull @NotNull IdentifiableExecution<T> hubExecution)
@NotNull @NotNull ExecutionGraphBuilder chain(@NotNull @NotNull IdentifiableExecution<T> execution)
ExecutionGraphBuilder chainIntoHub(@NotNull @NotNull IdentifiableExecution<T> to, int toPort)
ExecutionGraphBuilder chainFromHub(@NotNull @NotNull IdentifiableExecution<T> from, int fromPort, @NotNull @NotNull IdentifiableExecution<T> execution)
@NotNull @NotNull ExecutionGraphBuilder chainFromHubToHub(@NotNull @NotNull IdentifiableExecution<T> from, int fromPort, @NotNull @NotNull IdentifiableExecution<T> to, int toPort)
@NotNull @NotNull ExecutionGraph build()
Copyright © 2018. All rights reserved.