| Package | Description |
|---|---|
| net.kuujo.vertigo.component | |
| net.kuujo.vertigo.component.impl | |
| net.kuujo.vertigo.io.impl | |
| net.kuujo.vertigo.io.port | |
| net.kuujo.vertigo.io.port.impl |
| Modifier and Type | Method and Description |
|---|---|
InputContext |
InstanceContext.input()
Returns the instance input context.
|
| Modifier and Type | Method and Description |
|---|---|
InputContext |
DefaultInstanceContext.input() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultInputContext
Input context represents output information between a
source component and a target component.
|
| Modifier and Type | Method and Description |
|---|---|
static InputContext |
DefaultInputContext.fromJson(org.vertx.java.core.json.JsonObject context)
Creates a new input context from JSON.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultInputContext.notify(InputContext update) |
void |
DefaultInputCollector.update(InputContext update) |
| Constructor and Description |
|---|
DefaultInputCollector(org.vertx.java.core.Vertx vertx,
InputContext context) |
| Modifier and Type | Method and Description |
|---|---|
InputContext |
InputPortContext.input()
Returns the parent input context.
|
| Modifier and Type | Method and Description |
|---|---|
InputContext |
DefaultInputPortContext.input() |
| Modifier and Type | Method and Description |
|---|---|
DefaultInputPortContext |
DefaultInputPortContext.setInput(InputContext input) |
Copyright © 2013-2014. All Rights Reserved.