| Package | Description |
|---|---|
| net.kuujo.vertigo.io | |
| net.kuujo.vertigo.io.connection | |
| net.kuujo.vertigo.io.connection.impl | |
| net.kuujo.vertigo.io.impl | |
| net.kuujo.vertigo.io.port.impl |
| Modifier and Type | Method and Description |
|---|---|
Collection<InputPortContext> |
InputContext.ports()
Returns the input's port contexts.
|
| Modifier and Type | Method and Description |
|---|---|
InputPortContext |
InputConnectionContext.port()
Returns the parent input port context.
|
| Modifier and Type | Method and Description |
|---|---|
InputPortContext |
DefaultInputConnectionContext.port() |
| Modifier and Type | Method and Description |
|---|---|
DefaultInputConnectionContext |
DefaultInputConnectionContext.setPort(InputPortContext port) |
| Modifier and Type | Method and Description |
|---|---|
Collection<InputPortContext> |
DefaultInputContext.ports() |
| Modifier and Type | Method and Description |
|---|---|
DefaultInputContext.Builder |
DefaultInputContext.Builder.removePort(InputPortContext port)
Removes a port from the input.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultInputPortContext
Input port context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultInputPortContext.notify(InputPortContext update) |
void |
DefaultInputPort.update(InputPortContext update) |
| Constructor and Description |
|---|
DefaultInputPort(org.vertx.java.core.Vertx vertx,
InputPortContext context) |
Copyright © 2013-2014. All Rights Reserved.