| Interface | Description |
|---|---|
| AvailableImageHandler |
Interface for delivery of new image events to a
Aeron instance. |
| ReservedValueSupplier |
Supplies the reserved value field for a data frame header.
|
| UnavailableImageHandler |
Interface for delivery of inactive image events to a
Subscription. |
| Class | Description |
|---|---|
| ActivePublications |
Map for navigating to active
Publications. |
| Aeron |
Aeron entry point for communicating to the Media Driver for creating
Publications and Subscriptions. |
| Aeron.Context |
This class provides configuration for the
Aeron class via the Aeron.connect(Aeron.Context)
method and its overloads. |
| BufferBuilder |
Builder for appending buffers that grows capacity as needed.
|
| CncFileDescriptor |
Description of the command and control file used between driver and clients
File Layout
|
| CommonContext |
This class provides the Media Driver and client with common configuration for the Aeron directory.
|
| ControlledFragmentAssembler |
A
ControlledFragmentHandler that sits in a chain-of-responsibility pattern that reassembles fragmented messages
so that the next handler in the chain only sees whole messages. |
| DriverProxy |
Separates the concern of communicating with the client conductor away from the rest of the client.
|
| FragmentAssembler |
A
FragmentHandler that sits in a chain-of-responsibility pattern that reassembles fragmented messages
so that the next handler in the chain only sees whole messages. |
| Image |
Represents a replicated publication
Image from a publisher to a Subscription. |
| LogBuffers |
Takes a log file name and maps the file into memory and wraps it with
UnsafeBuffers as appropriate. |
| Publication |
Aeron Publisher API for sending messages to subscribers of a given channel and streamId pair.
|
| Subscription |
Aeron Subscriber API for receiving a reconstructed
Image for a stream of messages from publishers on
a given channel and streamId pair. |
| Enum | Description |
|---|---|
| ErrorCode |
Error codes between media driver and client and the on-wire protocol.
|
Copyright © 2014 - 2016 Real Logic Ltd. All Rights Reserved.