| Modifier and Type | Interface and Description |
|---|---|
interface |
Input<T extends Input<T>>
Basic input interface.
|
| Modifier and Type | Method and Description |
|---|---|
static Pump |
Pump.createPump(Input<?> input,
Output<?> output)
Creates a new pump.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
InputBatch
Receivable batch of messages.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConnectionInputBatch
Connection level input batch.
|
interface |
ConnectionInputGroup
Connection level input group.
|
interface |
InputConnection
Input connection represents the receiving side of a connection
between two instances of two components.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConnectionInputBatch
Connection input batch.
|
class |
DefaultConnectionInputGroup
Connection level input group.
|
class |
DefaultInputConnection
Default input connection implementation.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
InputGroup
Input groups represent collections of input messages.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
InputPort
Input port on which messages are received.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultInputPort
Default input port implementation.
|
Copyright © 2013-2014. All Rights Reserved.