| Package | Description |
|---|---|
| net.kuujo.vertigo.io.connection | |
| net.kuujo.vertigo.io.connection.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConnectionContext<T extends ConnectionContext<T>>
Connection contexts represent a direct connection between two instances
of separate components.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
InputConnectionContext
Input connection context represents a single instance's input from
an instance of another component.
|
interface |
OutputConnectionContext
Output connection context represents a single instance's output to
an instance of another component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConnectionContext<T extends ConnectionContext<T>>
Connection contexts represent a direct connection between
one component and another component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultInputConnectionContext
Input connection context.
|
class |
DefaultOutputConnectionContext
Output connection context.
|
Copyright © 2013-2014. All Rights Reserved.