public interface CustomDependencies
MergeDataSourceProcessor tests.| Modifier and Type | Method and Description |
|---|---|
java.util.List<ProcessorDependency> |
createDependencies(java.util.List<ProcessorGraphNode<java.lang.Object,java.lang.Object>> nodes)
Create all the dependencies for this processor.
|
@Nonnull java.util.List<ProcessorDependency> createDependencies(@Nonnull java.util.List<ProcessorGraphNode<java.lang.Object,java.lang.Object>> nodes)
nodes - all the nodes in the template.