| Package | Description |
|---|---|
| com.microsoft.azure.eventhubs | |
| com.microsoft.azure.eventhubs.impl |
| Class and Description |
|---|
| BatchOptions
BatchOptions is used to create
EventDataBatches. |
ConnectionStringBuilder
ConnectionStringBuilder can be used to construct a connection string which can establish communication with Event Hub instances. |
| ErrorContext |
| EventData
The data structure encapsulating the Event being sent-to and received-from EventHubs.
|
| EventData.SystemProperties |
| EventDataBatch
Helper for creating a batch/collection of EventData objects to be used while Sending to EventHubs
|
| EventHubClient
Anchor class - all EventHub client operations STARTS here.
|
| EventHubException
This is the base exception that service bus will produce for all error cases.
|
| EventHubRuntimeInformation
Holds information about Event Hubs which can come handy while performing data-plane operations
like
EventHubClient.createPartitionSender(String) and EventHubClient.createReceiver(String, String, EventPosition) |
| EventPosition
Defines a position of an
EventData in the event hub partition. |
| PartitionReceiveHandler
The handler to invoke after receiving
EventDatas from Microsoft Azure EventHubs. |
| PartitionReceiver
This is a logical representation of receiving from a EventHub partition.
|
| PartitionRuntimeInformation |
| PartitionSender
This sender class is a logical representation of sending events to a specific EventHub partition.
|
| PayloadSizeExceededException
this exception is thrown when user attempts to send a event data or brokered message that has exceeded the
allowed payload size as defined by the service.
|
| ReceiverOptions
Represents various optional behaviors which can be turned on or off during the creation of a
PartitionReceiver. |
| ReceiverRuntimeInformation
Represents the temporal end of stream information of an EventHubs Partition.
|
| RetryPolicy |
| TransportType
All TransportType switches available for communicating to EventHubs service.
|
| Class and Description |
|---|
| BatchOptions
BatchOptions is used to create
EventDataBatches. |
| ErrorContext |
| EventData
The data structure encapsulating the Event being sent-to and received-from EventHubs.
|
| EventData.SystemProperties |
| EventDataBatch
Helper for creating a batch/collection of EventData objects to be used while Sending to EventHubs
|
| EventHubClient
Anchor class - all EventHub client operations STARTS here.
|
| EventHubException
This is the base exception that service bus will produce for all error cases.
|
| EventHubRuntimeInformation
Holds information about Event Hubs which can come handy while performing data-plane operations
like
EventHubClient.createPartitionSender(String) and EventHubClient.createReceiver(String, String, EventPosition) |
| EventPosition
Defines a position of an
EventData in the event hub partition. |
| PartitionReceiveHandler
The handler to invoke after receiving
EventDatas from Microsoft Azure EventHubs. |
| PartitionReceiver
This is a logical representation of receiving from a EventHub partition.
|
| PartitionRuntimeInformation |
| PartitionSender
This sender class is a logical representation of sending events to a specific EventHub partition.
|
| ReceiverOptions
Represents various optional behaviors which can be turned on or off during the creation of a
PartitionReceiver. |
| RetryPolicy |
Copyright © 2019. All rights reserved.