[][src]Module aeron_rs::context

Structs

Context

Context provides configuration for the {@link Aeron} class via the {@link Aeron::Aeron} or {@link Aeron::connect} methods and its overloads. It gives applications some control over the interactions with the Aeron Media Driver. It can also set up error handling as well as application callbacks for connection information from the Media Driver.

Constants

NULL_VALUE

Used to represent a null value for when some value is not yet set.

Type Definitions

OnAvailableCounter

Function called by Aeron to deliver notification of a Counter being available.

OnAvailableImage

Function called by Aeron to deliver notification of an available image.

OnCloseClient

Function called when the Aeron client is closed to notify that the client or any of it associated resources should not be used after this event.

OnNewPublication

Function called by Aeron to deliver notification that the media driver has added a Publication successfully.

OnNewSubscription

Function called by Aeron to deliver notification that the media driver has added a Subscription successfully.

OnUnavailableCounter

Function called by Aeron to deliver notification of counter being removed.

OnUnavailableImage

Function called by Aeron to deliver notification that an Image has become unavailable for polling.