AeronArchive
client for communicating with a local or remote Archive.See: Description
Interface | Description |
---|---|
ControlEventListener |
Listener for responses to requests made on the archive control channel and async notification of errors which may
happen later.
|
ControlResponseListener |
Interface for listening to events from the archive in response to requests.
|
RecordingDescriptorConsumer |
Consumer of events describing Aeron stream recordings.
|
RecordingEventsListener |
Event listener for observing the status of recordings for an Archive.
|
RecordingSignalConsumer |
Consumer of signals representing operations applied to a recording.
|
RecordingSubscriptionDescriptorConsumer |
Consumer for descriptors of active archive recording
Subscription s. |
Class | Description |
---|---|
AeronArchive |
Client for interacting with a local or remote Aeron Archive which records and replays message streams from storage.
|
AeronArchive.AsyncConnect |
Allows for the async establishment of a archive session.
|
AeronArchive.Configuration |
Common configuration properties for communicating with an Aeron archive.
|
AeronArchive.Context |
Specialised configuration options for communicating with an Aeron Archive.
|
ArchiveProxy |
Proxy class for encapsulating encoding and sending of control protocol messages to an archive.
|
ControlResponseAdapter |
Encapsulate the polling, decoding, and dispatching of archive control protocol response messages.
|
ControlResponsePoller |
Encapsulate the polling and decoding of archive control protocol response messages.
|
RecordingDescriptorPoller |
Encapsulate the polling, decoding, dispatching of recording descriptors from an archive.
|
RecordingEventsAdapter |
Encapsulate the polling, decoding, and dispatching of recording events.
|
RecordingEventsPoller |
Encapsulate the polling and decoding of recording events.
|
RecordingSignalAdapter |
Encapsulate the polling, decoding, and dispatching of recording transition events for a session plus the
asynchronous events to check for errors.
|
RecordingSignalPoller |
Encapsulate the polling and decoding of archive control protocol response and recording signal messages.
|
RecordingSubscriptionDescriptorPoller |
Encapsulate the polling, decoding, dispatching of recording descriptors from an archive.
|
ReplayMerge |
Replay a recorded stream from a starting position and merge with live stream for a full history of a stream.
|
Exception | Description |
---|---|
ArchiveException |
Exception raised when communicating with the
AeronArchive . |
AeronArchive
client for communicating with a local or remote Archive.Copyright © 2014-2021 Real Logic Limited. All Rights Reserved.