| Modifier and Type | Class and Description |
|---|---|
class |
Feeder<T extends Output<T>>
Provides an interface for feeding outputs using a handler that will
be called whenever the given output is prepared to accept a single message.
|
interface |
Output<T extends Output<T>>
Output interface.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Output<T>> |
Feeder.createFeeder(T output)
Creates a new feeder.
|
| 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 |
OutputBatch
Sendable batch of messages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseOutputBatch
Top-level output batch.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConnectionOutputBatch
Connection level output batch.
|
interface |
ConnectionOutputGroup
Connection level output group.
|
interface |
OutputConnection
Output connection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConnectionOutputBatch
Default connection output batch implementation.
|
class |
DefaultConnectionOutputGroup
Connection level output group.
|
class |
DefaultOutputConnection
Default output connection implementation.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OutputGroup
Output group represent collections of output messages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseOutputGroup
Top-level output group.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OutputPort
Output port to which messages are sent.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultOutputPort
Default output port implementation.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OutputStream
Output stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultOutputStream
Default output stream implementation.
|
class |
StreamOutputBatch |
Copyright © 2013-2014. All Rights Reserved.