See: Description
Class | Description |
---|---|
Checkpoint |
A model class to hold checkpoint data.
|
CloseContext |
This class contains information about a partition for which this
EventProcessorClient stopped processing. |
CreateBatchOptions |
The set of options that can be specified when creating an
EventDataBatch . |
ErrorContext |
This class contains information about an error that occurred while processing events.
|
EventContext |
A class that contains
EventData and the partition information the event belongs to. |
EventPosition |
Defines a position of an
EventData in the Event Hub partition. |
InitializationContext |
The initialization context that is supplied to
EventProcessorClientBuilder.processPartitionInitialization(Consumer) before the EventProcessorClient
instance begins processing events from a partition. |
LastEnqueuedEventProperties |
A set of information about the enqueued state of a partition, as observed by the consumer.
|
PartitionContext |
A model class to contain partition information of an Event Hub.
|
PartitionEvent |
A container for
EventData along with the partition information for this event data. |
PartitionOwnership |
A model class to hold partition ownership information.
|
ReceiveOptions |
Set of options that can be specified when receiving events from an
EventHubConsumerAsyncClient or
EventHubConsumerClient . |
SendOptions |
The set of options that can be specified when sending a set of events to influence the way in which events are sent
to the Event Hubs service.
|
Enum | Description |
---|---|
CloseReason |
Enumeration of all possible reasons a
PartitionProcessor may be closed. |
Copyright © 2019 Microsoft Corporation. All rights reserved.