| Package | Description |
|---|---|
| io.streamzi.eventflow.model | |
| io.streamzi.eventflow.serialization |
| Modifier and Type | Field and Description |
|---|---|
protected List<ProcessorLink> |
ProcessorPort.links |
| Modifier and Type | Method and Description |
|---|---|
List<ProcessorLink> |
ProcessorFlow.getLinks()
Returns the links so that nodes can be reconnected
|
List<ProcessorLink> |
ProcessorPort.getLinks() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessorOutputPort.addLink(ProcessorLink link) |
abstract void |
ProcessorPort.addLink(ProcessorLink link) |
void |
ProcessorInputPort.addLink(ProcessorLink link) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessorPort.setLinks(List<ProcessorLink> links) |
| Modifier and Type | Method and Description |
|---|---|
void |
SerializedLink.setLink(ProcessorLink link) |
| Constructor and Description |
|---|
SerializedLink(ProcessorLink link) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.