| Interface | Description |
|---|---|
| Connection<T extends Connection<T>> |
Connection between two instances of two components.
|
| ConnectionConfig |
A connection represents a link between two components within a network.
|
| ConnectionConfig.Source |
Connection source.
|
| ConnectionConfig.Target |
Connection target.
|
| ConnectionContext<T extends ConnectionContext<T>> |
Connection contexts represent a direct connection between two instances
of separate components.
|
| ConnectionInputBatch |
Connection level input batch.
|
| ConnectionInputGroup |
Connection level input group.
|
| ConnectionOutputBatch |
Connection level output batch.
|
| ConnectionOutputGroup |
Connection level output group.
|
| InputConnection |
Input connection represents the receiving side of a connection
between two instances of two components.
|
| InputConnectionContext |
Input connection context represents a single instance's input from
an instance of another component.
|
| OutputConnection |
Output connection.
|
| OutputConnectionContext |
Output connection context represents a single instance's output to
an instance of another component.
|
| Exception | Description |
|---|---|
| ConnectionException |
A connection exception.
|
Copyright © 2013-2014. All Rights Reserved.