| Package | Description |
|---|---|
| net.kuujo.vertigo.io.port.impl | |
| net.kuujo.vertigo.io.stream.impl |
| Modifier and Type | Method and Description |
|---|---|
DefaultOutputPortContext.Builder |
DefaultOutputPortContext.Builder.addStream(DefaultOutputStreamContext stream)
Adds a connection to the port.
|
DefaultOutputPortContext.Builder |
DefaultOutputPortContext.Builder.setStreams(DefaultOutputStreamContext... streams)
Sets the port connections.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultOutputPortContext.Builder |
DefaultOutputPortContext.Builder.setStreams(Collection<DefaultOutputStreamContext> streams)
Sets the port connections.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultOutputStreamContext |
DefaultOutputStreamContext.setPort(OutputPortContext port) |
| Modifier and Type | Method and Description |
|---|---|
static DefaultOutputStreamContext.Builder |
DefaultOutputStreamContext.Builder.newBuilder(DefaultOutputStreamContext context)
Creates a new context builder.
|
Copyright © 2013-2014. All Rights Reserved.