| Interface | Description |
|---|---|
| Closeable<T extends Closeable<T>> |
Closeable type.
|
| Input<T extends Input<T>> |
Basic input interface.
|
| InputBatchSupport<T extends InputBatchSupport<T>> |
Support for receiving input batches.
|
| InputCollector |
Interface for receiving messages on input ports.
|
| InputContext |
Input context is a wrapper around input port information for
a single component instance.
|
| InputGroupSupport<T extends InputGroupSupport<T>> |
Support for receiving input groups.
|
| IOCollector<T extends IOCollector<T>> |
Input/output collector.
|
| IOContext<T extends IOContext<T>> |
Input/output context.
|
| Openable<T extends Openable<T>> |
An openable type.
|
| Output<T extends Output<T>> |
Output interface.
|
| OutputBatchSupport<T extends OutputBatchSupport<T>> |
Support for creating output batches.
|
| OutputCollector |
Interface for sending messages on output ports.
|
| OutputContext |
Output context is a wrapper around output port information for
a single component instance.
|
| OutputGroupSupport<T extends OutputGroupSupport<T>> |
Support for creating output groups.
|
| Class | Description |
|---|---|
| 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.
|
| Pump |
A Vertigo message pump similar to the Vert.x stream pump.
|
Copyright © 2013-2014. All Rights Reserved.