Package | Description |
---|---|
io.streamzi.openshift.dataflow.model |
Modifier and Type | Method and Description |
---|---|
ProcessorInputPort |
ProcessorNode.getInput(String name) |
ProcessorInputPort |
ProcessorLink.getTarget() |
Modifier and Type | Method and Description |
---|---|
Map<String,ProcessorInputPort> |
ProcessorNode.getInputs() |
Modifier and Type | Method and Description |
---|---|
void |
ProcessorNode.addInput(ProcessorInputPort input) |
void |
ProcessorLink.setTarget(ProcessorInputPort target) |
Modifier and Type | Method and Description |
---|---|
void |
ProcessorNode.setInputs(Map<String,ProcessorInputPort> inputs) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.