All Classes and Interfaces

Class
Description
Interface to be implemented in order to configure the BlobCheckpointStore's container programmatically.
Event processor batch properties.
A listener to process Event Hub batch events.
The error handler to handle errors when listening to Event Hubs.
A listener to process Event Hub record events.
Contains configuration options for creating a JsonReader or JsonWriter.
An interface to be implemented by any azure-json plugin that wishes to provide an alternate JsonReader or JsonWriter implementation.
Utility class for JsonProvider that will use the implementation of JsonProvider found on the classpath to create instances of JsonReader or JsonWriter.
Reads a JSON value as a stream of tokens.
Indicates that the implementing class can be serialized to and deserialized from JSON.
Token types used when reading JSON content.
Context of JSON handling.
Writes a JSON value as a stream of tokens.
Writing context of the JSON stream.
Event processor load balancing properties.
Top level interface for Azure message listeners.
A callback used when reading a JSON value, such as readArray(ReadValueCallback).
Entity type of Service Bus.
The error handler to handle errors when listening to Service Bus.
A listener to process Service Bus messages.
The starting position from which to consume events.
A callback used when writing a JSON value, such as JsonWriter.writeArray(Object[], WriteValueCallback).