Uses of Package
com.microsoft.azure.eventhubs
-
Packages that use com.microsoft.azure.eventhubs Package Description com.microsoft.azure.eventhubs com.microsoft.azure.eventhubs.impl -
Classes in com.microsoft.azure.eventhubs used by com.microsoft.azure.eventhubs Class Description AzureActiveDirectoryTokenProvider.AuthenticationCallback BatchOptions BatchOptions is used to createEventDataBatch
es.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 EventHubsEventHubClient Anchor class - all EventHub client operations STARTS here.EventHubClientOptions Convenient container for options for creating anEventHubClient
All options default to not specified (null)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 likeEventHubClient.createPartitionSender(String)
andEventHubClient.createReceiver(String, String, EventPosition)
EventPosition Defines a position of anEventData
in the event hub partition.ITokenProvider PartitionReceiveHandler The handler to invoke after receivingEventData
s 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.ProxyConfiguration ProxyConfiguration.ProxyAuthenticationType Supported methods of proxy authentication.ReceiverOptions Represents various optional behaviors which can be turned on or off during the creation of aPartitionReceiver
.ReceiverRuntimeInformation Represents the temporal end of stream information of an EventHubs Partition.RetryPolicy SecurityToken A generic representation of a security token.TransportType All TransportType switches available for communicating to EventHubs service. -
Classes in com.microsoft.azure.eventhubs used by com.microsoft.azure.eventhubs.impl Class Description BatchOptions BatchOptions is used to createEventDataBatch
es.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 EventHubsEventHubClient Anchor class - all EventHub client operations STARTS here.EventHubClientOptions Convenient container for options for creating anEventHubClient
All options default to not specified (null)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 likeEventHubClient.createPartitionSender(String)
andEventHubClient.createReceiver(String, String, EventPosition)
EventPosition Defines a position of anEventData
in the event hub partition.ITokenProvider PartitionReceiveHandler The handler to invoke after receivingEventData
s 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.ProxyConfiguration ReceiverOptions Represents various optional behaviors which can be turned on or off during the creation of aPartitionReceiver
.RetryPolicy SecurityToken A generic representation of a security token.TransportType All TransportType switches available for communicating to EventHubs service.