Skip navigation links
A B C D E F G I J M N O P Q R S T V W 

A

acquireToken(String, String, Object) - Method in interface com.microsoft.azure.eventhubs.AzureActiveDirectoryTokenProvider.AuthenticationCallback
 
AuthorizationFailedException - Exception in com.microsoft.azure.eventhubs
Authorization failed exception is thrown when error is encountered during authorizing user's permission to run the intended operations.
AuthorizationFailedException(String) - Constructor for exception com.microsoft.azure.eventhubs.AuthorizationFailedException
Constructor for the exception class
AzureActiveDirectoryTokenProvider - Class in com.microsoft.azure.eventhubs
 
AzureActiveDirectoryTokenProvider(AzureActiveDirectoryTokenProvider.AuthenticationCallback, String, Object) - Constructor for class com.microsoft.azure.eventhubs.AzureActiveDirectoryTokenProvider
 
AzureActiveDirectoryTokenProvider.AuthenticationCallback - Interface in com.microsoft.azure.eventhubs
 

B

BatchOptions - Class in com.microsoft.azure.eventhubs
BatchOptions is used to create EventDataBatches.
BatchOptions() - Constructor for class com.microsoft.azure.eventhubs.BatchOptions
 

C

close() - Method in interface com.microsoft.azure.eventhubs.EventHubClient
 
close() - Method in interface com.microsoft.azure.eventhubs.PartitionReceiver
 
close() - Method in interface com.microsoft.azure.eventhubs.PartitionSender
 
closeSync() - Method in interface com.microsoft.azure.eventhubs.EventHubClient
 
closeSync() - Method in interface com.microsoft.azure.eventhubs.PartitionReceiver
 
closeSync() - Method in interface com.microsoft.azure.eventhubs.PartitionSender
 
com.microsoft.azure.eventhubs - package com.microsoft.azure.eventhubs
 
CommunicationException - Exception in com.microsoft.azure.eventhubs
This exception is thrown when there is a client side connectivity issue.
CommunicationException(String, Throwable) - Constructor for exception com.microsoft.azure.eventhubs.CommunicationException
 
ConnectionStringBuilder - Class in com.microsoft.azure.eventhubs
ConnectionStringBuilder can be used to construct a connection string which can establish communication with Event Hub instances.
ConnectionStringBuilder() - Constructor for class com.microsoft.azure.eventhubs.ConnectionStringBuilder
Creates an empty ConnectionStringBuilder.
ConnectionStringBuilder(String) - Constructor for class com.microsoft.azure.eventhubs.ConnectionStringBuilder
ConnectionString format: Endpoint=sb://namespace_DNS_Name;EntityPath=EVENT_HUB_NAME;SharedAccessKeyName=SHARED_ACCESS_KEY_NAME;SharedAccessKey=SHARED_ACCESS_KEY
create(byte[]) - Static method in interface com.microsoft.azure.eventhubs.EventData
Construct EventData to Send to EventHubs.
create(byte[], int, int) - Static method in interface com.microsoft.azure.eventhubs.EventData
Construct EventData to Send to EventHubs.
create(ByteBuffer) - Static method in interface com.microsoft.azure.eventhubs.EventData
Construct EventData to Send to EventHubs.
createBatch(BatchOptions) - Method in interface com.microsoft.azure.eventhubs.EventHubClient
Creates an Empty Collection of EventData.
createBatch() - Method in interface com.microsoft.azure.eventhubs.EventHubClient
Creates an Empty Collection of EventData.
createBatch(BatchOptions) - Method in interface com.microsoft.azure.eventhubs.PartitionSender
Creates an Empty Collection of EventData.
createBatch() - Method in interface com.microsoft.azure.eventhubs.PartitionSender
Creates an Empty Collection of EventData.
createEpochReceiver(String, String, EventPosition, long) - Method in interface com.microsoft.azure.eventhubs.EventHubClient
Create a Epoch based EventHub receiver with given partition id and start receiving from the beginning of the partition stream.
createEpochReceiver(String, String, EventPosition, long, ReceiverOptions) - Method in interface com.microsoft.azure.eventhubs.EventHubClient
Create a Epoch based EventHub receiver with given partition id and start receiving from the beginning of the partition stream.
createEpochReceiverSync(String, String, EventPosition, long) - Method in interface com.microsoft.azure.eventhubs.EventHubClient
createEpochReceiverSync(String, String, EventPosition, long, ReceiverOptions) - Method in interface com.microsoft.azure.eventhubs.EventHubClient
createFromConnectionString(String, ScheduledExecutorService) - Static method in interface com.microsoft.azure.eventhubs.EventHubClient
Factory method to create an instance of EventHubClient using the supplied connectionString.
createFromConnectionString(String, RetryPolicy, ScheduledExecutorService) - Static method in interface com.microsoft.azure.eventhubs.EventHubClient
Factory method to create an instance of EventHubClient using the supplied connectionString.
createFromConnectionStringSync(String, ScheduledExecutorService) - Static method in interface com.microsoft.azure.eventhubs.EventHubClient
createFromConnectionStringSync(String, RetryPolicy, ScheduledExecutorService) - Static method in interface com.microsoft.azure.eventhubs.EventHubClient
createPartitionSender(String) - Method in interface com.microsoft.azure.eventhubs.EventHubClient
Create a PartitionSender which can publish EventData's directly to a specific EventHub partition (sender type iii.
createPartitionSenderSync(String) - Method in interface com.microsoft.azure.eventhubs.EventHubClient
createReceiver(String, String, EventPosition) - Method in interface com.microsoft.azure.eventhubs.EventHubClient
Create the EventHub receiver with given partition id and start receiving from the specified starting offset.
createReceiver(String, String, EventPosition, ReceiverOptions) - Method in interface com.microsoft.azure.eventhubs.EventHubClient
Create the EventHub receiver with given partition id and start receiving from the specified starting offset.
createReceiverSync(String, String, EventPosition) - Method in interface com.microsoft.azure.eventhubs.EventHubClient
createReceiverSync(String, String, EventPosition, ReceiverOptions) - Method in interface com.microsoft.azure.eventhubs.EventHubClient
createWithAzureActiveDirectory(URI, String, AzureActiveDirectoryTokenProvider.AuthenticationCallback, String, ScheduledExecutorService, EventHubClientOptions) - Static method in interface com.microsoft.azure.eventhubs.EventHubClient
Factory method to create an instance of EventHubClient using the supplied namespace endpoint address, eventhub name and authentication mechanism.
createWithTokenProvider(URI, String, ITokenProvider, ScheduledExecutorService, EventHubClientOptions) - Static method in interface com.microsoft.azure.eventhubs.EventHubClient
Factory method to create an instance of EventHubClient using the supplied namespace endpoint address, eventhub name and authentication mechanism.

D

DEFAULT_CONSUMER_GROUP_NAME - Static variable in interface com.microsoft.azure.eventhubs.EventHubClient
 
DEFAULT_PREFETCH_COUNT - Static variable in interface com.microsoft.azure.eventhubs.PartitionReceiver
 

E

ErrorContext - Class in com.microsoft.azure.eventhubs
 
ErrorContext(String) - Constructor for class com.microsoft.azure.eventhubs.ErrorContext
 
EventData - Interface in com.microsoft.azure.eventhubs
The data structure encapsulating the Event being sent-to and received-from EventHubs.
EventData.SystemProperties - Class in com.microsoft.azure.eventhubs
 
EventDataBatch - Interface in com.microsoft.azure.eventhubs
Helper for creating a batch/collection of EventData objects to be used while Sending to EventHubs
EventHubClient - Interface in com.microsoft.azure.eventhubs
Anchor class - all EventHub client operations STARTS here.
EventHubClientOptions - Class in com.microsoft.azure.eventhubs
Convenient container for options for creating an EventHubClient All options default to not specified (null)
EventHubClientOptions() - Constructor for class com.microsoft.azure.eventhubs.EventHubClientOptions
Create with all defaults
EventHubException - Exception in com.microsoft.azure.eventhubs
This is the base exception that service bus will produce for all error cases.
EventHubException(boolean, String) - Constructor for exception com.microsoft.azure.eventhubs.EventHubException
 
EventHubException(boolean, Throwable) - Constructor for exception com.microsoft.azure.eventhubs.EventHubException
 
EventHubException(boolean, String, Throwable) - Constructor for exception com.microsoft.azure.eventhubs.EventHubException
 
EventHubRuntimeInformation - Class in com.microsoft.azure.eventhubs
Holds information about Event Hubs which can come handy while performing data-plane operations like EventHubClient.createPartitionSender(String) and EventHubClient.createReceiver(String, String, EventPosition)
EventHubRuntimeInformation(String, Instant, int, String[]) - Constructor for class com.microsoft.azure.eventhubs.EventHubRuntimeInformation
 
EventPosition - Interface in com.microsoft.azure.eventhubs
Defines a position of an EventData in the event hub partition.

F

fromEndOfStream() - Static method in interface com.microsoft.azure.eventhubs.EventPosition
Returns the position for the end of a stream.
fromEnqueuedTime(Instant) - Static method in interface com.microsoft.azure.eventhubs.EventPosition
Creates a position at the given Instant.
fromOffset(String) - Static method in interface com.microsoft.azure.eventhubs.EventPosition
Creates a position at the given offset.
fromOffset(String, boolean) - Static method in interface com.microsoft.azure.eventhubs.EventPosition
Creates a position at the given offset.
fromSequenceNumber(Long) - Static method in interface com.microsoft.azure.eventhubs.EventPosition
Creates a position at the given sequence number.
fromSequenceNumber(Long, boolean) - Static method in interface com.microsoft.azure.eventhubs.EventPosition
Creates a position at the given sequence number.
fromStartOfStream() - Static method in interface com.microsoft.azure.eventhubs.EventPosition
Returns the position for the start of a stream.

G

getAudience() - Method in class com.microsoft.azure.eventhubs.SecurityToken
Get the audience of the token.
getAuthentication() - Method in class com.microsoft.azure.eventhubs.ConnectionStringBuilder
Get the authentication type in the Connection String.
getBeginSequenceNumber() - Method in class com.microsoft.azure.eventhubs.PartitionRuntimeInformation
 
getBytes() - Method in interface com.microsoft.azure.eventhubs.EventData
Get Actual Payload/Data wrapped by EventData.
getContext() - Method in exception com.microsoft.azure.eventhubs.EventHubException
 
getCreatedAt() - Method in class com.microsoft.azure.eventhubs.EventHubRuntimeInformation
Time at which Event Hub was created at.
getDefault() - Static method in class com.microsoft.azure.eventhubs.RetryPolicy
 
getEndpoint() - Method in class com.microsoft.azure.eventhubs.ConnectionStringBuilder
Get the endpoint which can be used to connect to the EventHub instance.
getEnqueuedTime() - Method in class com.microsoft.azure.eventhubs.EventData.SystemProperties
 
getEnqueuedTime() - Method in interface com.microsoft.azure.eventhubs.EventPosition
Gets the enqueued time.
getEpoch() - Method in interface com.microsoft.azure.eventhubs.PartitionReceiver
Get the epoch value that this receiver is currently using for partition ownership.
getEventHubName() - Method in class com.microsoft.azure.eventhubs.ConnectionStringBuilder
Get the entity path value from the connection string.
getEventHubName() - Method in interface com.microsoft.azure.eventhubs.EventHubClient
 
getEventHubPath() - Method in class com.microsoft.azure.eventhubs.PartitionRuntimeInformation
 
getEventPosition() - Method in interface com.microsoft.azure.eventhubs.PartitionReceiver
Get the EventPosition that corresponds to an EventData which was returned last by the receiver.
getIdentifier() - Method in class com.microsoft.azure.eventhubs.ReceiverOptions
Gets the identifier of the PartitionReceiver
getInclusiveFlag() - Method in interface com.microsoft.azure.eventhubs.EventPosition
Gets the inclusive value.
getIsEmpty() - Method in class com.microsoft.azure.eventhubs.PartitionRuntimeInformation
 
getIsOpen() - Method in interface com.microsoft.azure.eventhubs.PartitionReceiver
Determine the current state of the receiver.
getIsTransient() - Method in exception com.microsoft.azure.eventhubs.EventHubException
A boolean indicating if the exception is a transient error or not.
getLastEnqueuedOffset() - Method in class com.microsoft.azure.eventhubs.PartitionRuntimeInformation
 
getLastEnqueuedOffset() - Method in class com.microsoft.azure.eventhubs.ReceiverRuntimeInformation
The last enqueued EventData's offset on this EventHubs Partition
getLastEnqueuedSequenceNumber() - Method in class com.microsoft.azure.eventhubs.PartitionRuntimeInformation
 
getLastEnqueuedSequenceNumber() - Method in class com.microsoft.azure.eventhubs.ReceiverRuntimeInformation
The last enqueued EventData's sequence number on this EventHubs Partition
getLastEnqueuedTime() - Method in class com.microsoft.azure.eventhubs.ReceiverRuntimeInformation
The last enqueued EventData's enqueue time stamp on this EventHubs Partition
getLastEnqueuedTimeUtc() - Method in class com.microsoft.azure.eventhubs.PartitionRuntimeInformation
 
getMaxEventCount() - Method in interface com.microsoft.azure.eventhubs.PartitionReceiveHandler
Maximum number of EventData to supply while invoking PartitionReceiveHandler.onReceive(Iterable)
getMessage() - Method in exception com.microsoft.azure.eventhubs.EventHubException
 
getNamespaceName() - Method in class com.microsoft.azure.eventhubs.ErrorContext
 
getNextRetryInterval(String, Exception, Duration) - Method in class com.microsoft.azure.eventhubs.RetryPolicy
Gets the Interval after which nextRetry should be done.
getNoRetry() - Static method in class com.microsoft.azure.eventhubs.RetryPolicy
 
getObject() - Method in interface com.microsoft.azure.eventhubs.EventData
Use this method only if, the sender could be sending messages using third-party AMQP libraries.
getOffset() - Method in class com.microsoft.azure.eventhubs.EventData.SystemProperties
 
getOffset() - Method in interface com.microsoft.azure.eventhubs.EventPosition
Gets the offset.
getOperationTimeout() - Method in class com.microsoft.azure.eventhubs.ConnectionStringBuilder
OperationTimeout is applied in erroneous situations to notify the caller about the relevant EventHubException
getOperationTimeout() - Method in class com.microsoft.azure.eventhubs.EventHubClientOptions
Get the operation timeout.
getPartitionCount() - Method in class com.microsoft.azure.eventhubs.EventHubRuntimeInformation
Number of partitions in the Event Hub.
getPartitionId() - Method in interface com.microsoft.azure.eventhubs.PartitionReceiver
Get EventHubs partition identifier.
getPartitionId() - Method in class com.microsoft.azure.eventhubs.PartitionRuntimeInformation
 
getPartitionId() - Method in interface com.microsoft.azure.eventhubs.PartitionSender
The partition id that will receive events from this sender.
getPartitionId() - Method in class com.microsoft.azure.eventhubs.ReceiverRuntimeInformation
The Event Hubs partition id to which this information belongs to
getPartitionIds() - Method in class com.microsoft.azure.eventhubs.EventHubRuntimeInformation
List of Partition identifiers of the Event Hub.
getPartitionKey() - Method in class com.microsoft.azure.eventhubs.EventData.SystemProperties
 
getPartitionRuntimeInformation(String) - Method in interface com.microsoft.azure.eventhubs.EventHubClient
Retrieves dynamic information about a partition of an event hub (see PartitionRuntimeInformation for details.
getPath() - Method in class com.microsoft.azure.eventhubs.EventHubRuntimeInformation
Event Hub name
getPrefetchCount() - Method in class com.microsoft.azure.eventhubs.ReceiverOptions
Get Prefetch Count.
getProperties() - Method in interface com.microsoft.azure.eventhubs.EventData
Application property bag
getPublisher() - Method in class com.microsoft.azure.eventhubs.EventData.SystemProperties
 
getReceiverRuntimeMetricEnabled() - Method in class com.microsoft.azure.eventhubs.ReceiverOptions
Knob to enable/disable runtime metric of the receiver.
getReceiveTimeout() - Method in interface com.microsoft.azure.eventhubs.PartitionReceiver
 
getRetrievalTime() - Method in class com.microsoft.azure.eventhubs.ReceiverRuntimeInformation
The value indicating when this information was retrieved from the Event Hubs service
getRetryCount(String) - Method in class com.microsoft.azure.eventhubs.RetryPolicy
 
getRetryPolicy() - Method in class com.microsoft.azure.eventhubs.EventHubClientOptions
Get the retry policy
getRuntimeInformation() - Method in interface com.microsoft.azure.eventhubs.EventHubClient
Retrieves general information about an event hub (see EventHubRuntimeInformation for details).
getRuntimeInformation() - Method in interface com.microsoft.azure.eventhubs.PartitionReceiver
Gets the temporal ReceiverRuntimeInformation for this EventHub partition.
getSasKey() - Method in class com.microsoft.azure.eventhubs.ConnectionStringBuilder
Get the shared access policy key value from the connection string
getSasKeyName() - Method in class com.microsoft.azure.eventhubs.ConnectionStringBuilder
Get the shared access policy owner name from the connection string
getSequenceNumber() - Method in class com.microsoft.azure.eventhubs.EventData.SystemProperties
 
getSequenceNumber() - Method in interface com.microsoft.azure.eventhubs.EventPosition
Gets the sequence number.
getSharedAccessSignature() - Method in class com.microsoft.azure.eventhubs.ConnectionStringBuilder
Get the shared access signature (also referred as SAS Token) from the connection string
getSize() - Method in interface com.microsoft.azure.eventhubs.EventDataBatch
Get the number of events present in this EventDataBatch
getSystemProperties() - Method in interface com.microsoft.azure.eventhubs.EventData
SystemProperties that are populated by EventHubService.
getToken(String, Duration) - Method in class com.microsoft.azure.eventhubs.AzureActiveDirectoryTokenProvider
 
getToken(String, Duration) - Method in interface com.microsoft.azure.eventhubs.ITokenProvider
 
getToken(String, Duration) - Method in class com.microsoft.azure.eventhubs.ManagedIdentityTokenProvider
 
getToken() - Method in class com.microsoft.azure.eventhubs.SecurityToken
Get the token itself.
getTokenType() - Method in class com.microsoft.azure.eventhubs.SecurityToken
Get the type of the token.
getTransportType() - Method in class com.microsoft.azure.eventhubs.ConnectionStringBuilder
TransportType on which all the communication for the EventHub objects created using this ConnectionString.
getTransportType() - Method in class com.microsoft.azure.eventhubs.EventHubClientOptions
Get the transport type

I

IllegalConnectionStringFormatException - Exception in com.microsoft.azure.eventhubs
This exception is thrown when the connection string provided does not meet the requirement for connection.
IllegalEntityException - Exception in com.microsoft.azure.eventhubs
This exception is thrown for the following reasons: When the entity user attempted to connect does not exist The entity user wants to connect is disabled
IllegalEntityException(String) - Constructor for exception com.microsoft.azure.eventhubs.IllegalEntityException
 
IllegalEntityException(Throwable) - Constructor for exception com.microsoft.azure.eventhubs.IllegalEntityException
 
IllegalEntityException(String, Throwable) - Constructor for exception com.microsoft.azure.eventhubs.IllegalEntityException
 
incrementRetryCount(String) - Method in class com.microsoft.azure.eventhubs.RetryPolicy
 
isRetryableException(Exception) - Static method in class com.microsoft.azure.eventhubs.RetryPolicy
 
ITokenProvider - Interface in com.microsoft.azure.eventhubs
 

J

JsonSecurityToken - Class in com.microsoft.azure.eventhubs
Extend SecurityToken with some specifics for a JSon Web Token
JsonSecurityToken(String, String) - Constructor for class com.microsoft.azure.eventhubs.JsonSecurityToken
Construct from a raw JWT.

M

MANAGED_IDENTITY_AUTHENTICATION - Static variable in class com.microsoft.azure.eventhubs.ConnectionStringBuilder
 
ManagedIdentityTokenProvider - Class in com.microsoft.azure.eventhubs
 
ManagedIdentityTokenProvider() - Constructor for class com.microsoft.azure.eventhubs.ManagedIdentityTokenProvider
 
MAXIMUM_PREFETCH_COUNT - Static variable in interface com.microsoft.azure.eventhubs.PartitionReceiver
 
maxMessageSize - Variable in class com.microsoft.azure.eventhubs.BatchOptions
The maximum size in bytes of EventDataBatch being constructed.
MINIMUM_PREFETCH_COUNT - Static variable in interface com.microsoft.azure.eventhubs.PartitionReceiver
 

N

NULL_EPOCH - Static variable in interface com.microsoft.azure.eventhubs.PartitionReceiver
 

O

onError(Throwable) - Method in interface com.microsoft.azure.eventhubs.PartitionReceiveHandler
Implement this method to Listen to errors which lead to Closure of the PartitionReceiveHandler pump.
onGetNextRetryInterval(String, Exception, Duration, int) - Method in class com.microsoft.azure.eventhubs.RetryPolicy
 
onReceive(Iterable<EventData>) - Method in interface com.microsoft.azure.eventhubs.PartitionReceiveHandler
user should implement this method to specify the action to be performed on the received events.
OperationCancelledException - Exception in com.microsoft.azure.eventhubs
This exception is thrown when the underlying AMQP layer encounter an abnormal link abort or disconnect of connection in an unexpected fashion.
OperationCancelledException(String) - Constructor for exception com.microsoft.azure.eventhubs.OperationCancelledException
 
OperationCancelledException(String, Throwable) - Constructor for exception com.microsoft.azure.eventhubs.OperationCancelledException
 

P

partitionKey - Variable in class com.microsoft.azure.eventhubs.BatchOptions
The partitionKey to use for all EventDatas sent in the current EventDataBatch.
PartitionReceiveHandler - Interface in com.microsoft.azure.eventhubs
The handler to invoke after receiving EventDatas from Microsoft Azure EventHubs.
PartitionReceiver - Interface in com.microsoft.azure.eventhubs
This is a logical representation of receiving from a EventHub partition.
PartitionRuntimeInformation - Class in com.microsoft.azure.eventhubs
 
PartitionRuntimeInformation(String, String, long, long, String, Instant, boolean) - Constructor for class com.microsoft.azure.eventhubs.PartitionRuntimeInformation
 
PartitionSender - Interface in com.microsoft.azure.eventhubs
This sender class is a logical representation of sending events to a specific EventHub partition.
PayloadSizeExceededException - Exception in com.microsoft.azure.eventhubs
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.
PayloadSizeExceededException(String) - Constructor for exception com.microsoft.azure.eventhubs.PayloadSizeExceededException
 
PayloadSizeExceededException(String, Throwable) - Constructor for exception com.microsoft.azure.eventhubs.PayloadSizeExceededException
 

Q

QuotaExceededException - Exception in com.microsoft.azure.eventhubs
 
QuotaExceededException(String) - Constructor for exception com.microsoft.azure.eventhubs.QuotaExceededException
 
QuotaExceededException(Throwable) - Constructor for exception com.microsoft.azure.eventhubs.QuotaExceededException
 

R

receive(int) - Method in interface com.microsoft.azure.eventhubs.PartitionReceiver
Receive a batch of EventData's from an EventHub partition
ReceiverDisconnectedException - Exception in com.microsoft.azure.eventhubs
This exception is thrown when a EventHubReceiver is being disconnected because of one of the following reason: user attempts to connect a non-epoch receiver to a event hub partition, when there is an epoch receiver connected to the partition.
ReceiverDisconnectedException(String) - Constructor for exception com.microsoft.azure.eventhubs.ReceiverDisconnectedException
 
ReceiverOptions - Class in com.microsoft.azure.eventhubs
Represents various optional behaviors which can be turned on or off during the creation of a PartitionReceiver.
ReceiverOptions() - Constructor for class com.microsoft.azure.eventhubs.ReceiverOptions
 
ReceiverRuntimeInformation - Class in com.microsoft.azure.eventhubs
Represents the temporal end of stream information of an EventHubs Partition.
ReceiverRuntimeInformation(String) - Constructor for class com.microsoft.azure.eventhubs.ReceiverRuntimeInformation
 
receiveSync(int) - Method in interface com.microsoft.azure.eventhubs.PartitionReceiver
Synchronous version of PartitionReceiver.receive(int).
resetRetryCount(String) - Method in class com.microsoft.azure.eventhubs.RetryPolicy
 
RetryPolicy - Class in com.microsoft.azure.eventhubs
 
RetryPolicy(String) - Constructor for class com.microsoft.azure.eventhubs.RetryPolicy
 

S

SecurityToken - Class in com.microsoft.azure.eventhubs
A generic representation of a security token.
SecurityToken(String, Date, String, String) - Constructor for class com.microsoft.azure.eventhubs.SecurityToken
Constructor.
send(EventData) - Method in interface com.microsoft.azure.eventhubs.EventHubClient
Send EventData to EventHub.
send(Iterable<EventData>) - Method in interface com.microsoft.azure.eventhubs.EventHubClient
Send a batch of EventData to EventHub.
send(EventDataBatch) - Method in interface com.microsoft.azure.eventhubs.EventHubClient
Send EventDataBatch to EventHub.
send(EventData, String) - Method in interface com.microsoft.azure.eventhubs.EventHubClient
Send an 'EventData with a partitionKey' to EventHub.
send(Iterable<EventData>, String) - Method in interface com.microsoft.azure.eventhubs.EventHubClient
Send a 'batch of EventData with the same partitionKey' to EventHub.
send(EventData) - Method in interface com.microsoft.azure.eventhubs.PartitionSender
Send EventData to a specific EventHub partition.
send(Iterable<EventData>) - Method in interface com.microsoft.azure.eventhubs.PartitionSender
Send EventData to a specific EventHub partition.
send(EventDataBatch) - Method in interface com.microsoft.azure.eventhubs.PartitionSender
Send EventDataBatch to a specific EventHub partition.
sendSync(EventData) - Method in interface com.microsoft.azure.eventhubs.EventHubClient
Synchronous version of EventHubClient.send(EventData).
sendSync(Iterable<EventData>) - Method in interface com.microsoft.azure.eventhubs.EventHubClient
Synchronous version of EventHubClient.send(Iterable).
sendSync(EventDataBatch) - Method in interface com.microsoft.azure.eventhubs.EventHubClient
Synchronous version of EventHubClient.send(EventDataBatch).
sendSync(EventData, String) - Method in interface com.microsoft.azure.eventhubs.EventHubClient
sendSync(Iterable<EventData>, String) - Method in interface com.microsoft.azure.eventhubs.EventHubClient
sendSync(EventData) - Method in interface com.microsoft.azure.eventhubs.PartitionSender
Synchronous version of PartitionSender.send(EventData) Api.
sendSync(Iterable<EventData>) - Method in interface com.microsoft.azure.eventhubs.PartitionSender
Synchronous version of PartitionSender.send(Iterable) .
sendSync(EventDataBatch) - Method in interface com.microsoft.azure.eventhubs.PartitionSender
ServerBusyException - Exception in com.microsoft.azure.eventhubs
Server busy exception is thrown when the current entity's activity has put excessive load onto the service.
ServerBusyException() - Constructor for exception com.microsoft.azure.eventhubs.ServerBusyException
Default constructor for the exception
ServerBusyException(String) - Constructor for exception com.microsoft.azure.eventhubs.ServerBusyException
 
setAuthentication(String) - Method in class com.microsoft.azure.eventhubs.ConnectionStringBuilder
Set the authentication type in the Connection String.
setContext(ErrorContext) - Method in exception com.microsoft.azure.eventhubs.EventHubException
 
setEndpoint(URI) - Method in class com.microsoft.azure.eventhubs.ConnectionStringBuilder
Set an endpoint which can be used to connect to the EventHub instance.
setEndpoint(String, String) - Method in class com.microsoft.azure.eventhubs.ConnectionStringBuilder
Set an endpoint which can be used to connect to the EventHub instance.
setEventHubName(String) - Method in class com.microsoft.azure.eventhubs.ConnectionStringBuilder
Set the entity path value from the connection string.
setIdentifier(String) - Method in class com.microsoft.azure.eventhubs.ReceiverOptions
Set an identifier to PartitionReceiver.
setNamespaceName(String) - Method in class com.microsoft.azure.eventhubs.ConnectionStringBuilder
Set a namespace name which will be used to connect to an EventHubs instance.
setOperationTimeout(Duration) - Method in class com.microsoft.azure.eventhubs.ConnectionStringBuilder
Set the OperationTimeout value in the Connection String.
setOperationTimeout(Duration) - Method in class com.microsoft.azure.eventhubs.EventHubClientOptions
Set the operation timeout.
setPrefetchCount(int) - Method in class com.microsoft.azure.eventhubs.ReceiverOptions
Set the number of events that can be pre-fetched and cached at the PartitionReceiver.
setReceiveHandler(PartitionReceiveHandler) - Method in interface com.microsoft.azure.eventhubs.PartitionReceiver
Register a receive handler that will be called when an event is available.
setReceiveHandler(PartitionReceiveHandler, boolean) - Method in interface com.microsoft.azure.eventhubs.PartitionReceiver
Register a receive handler that will be called when an event is available.
setReceiverRuntimeMetricEnabled(boolean) - Method in class com.microsoft.azure.eventhubs.ReceiverOptions
Knob to enable/disable runtime metric of the receiver.
setReceiveTimeout(Duration) - Method in interface com.microsoft.azure.eventhubs.PartitionReceiver
 
setRetryPolicy(RetryPolicy) - Method in class com.microsoft.azure.eventhubs.EventHubClientOptions
Set the RetryPolicy for operations
setRuntimeInformation(long, Instant, String) - Method in class com.microsoft.azure.eventhubs.ReceiverRuntimeInformation
 
setSasKey(String) - Method in class com.microsoft.azure.eventhubs.ConnectionStringBuilder
Set the shared access policy key value from the connection string
setSasKeyName(String) - Method in class com.microsoft.azure.eventhubs.ConnectionStringBuilder
Set the shared access policy owner name from the connection string
setSharedAccessSignature(String) - Method in class com.microsoft.azure.eventhubs.ConnectionStringBuilder
Set the shared access signature (also referred as SAS Token) from the connection string
setSystemProperties(EventData.SystemProperties) - Method in interface com.microsoft.azure.eventhubs.EventData
 
setTransportType(TransportType) - Method in class com.microsoft.azure.eventhubs.ConnectionStringBuilder
Set the TransportType value in the Connection String.
setTransportType(TransportType) - Method in class com.microsoft.azure.eventhubs.EventHubClientOptions
Set the TransportType for the connection to the Event Hubs service
SystemProperties(HashMap<String, Object>) - Constructor for class com.microsoft.azure.eventhubs.EventData.SystemProperties
 
SystemProperties(long, Instant, String, String) - Constructor for class com.microsoft.azure.eventhubs.EventData.SystemProperties
 

T

TimeoutException - Exception in com.microsoft.azure.eventhubs
This exception is thrown when the operation has exceeded the predetermined time limit.
TimeoutException() - Constructor for exception com.microsoft.azure.eventhubs.TimeoutException
Default constructor for exception type.
TimeoutException(String) - Constructor for exception com.microsoft.azure.eventhubs.TimeoutException
 
TimeoutException(Throwable) - Constructor for exception com.microsoft.azure.eventhubs.TimeoutException
 
TimeoutException(String, Throwable) - Constructor for exception com.microsoft.azure.eventhubs.TimeoutException
 
toString() - Method in class com.microsoft.azure.eventhubs.ConnectionStringBuilder
Returns an inter-operable connection string that can be used to connect to EventHubs instances.
toString() - Method in class com.microsoft.azure.eventhubs.ErrorContext
 
toString() - Method in class com.microsoft.azure.eventhubs.RetryPolicy
 
toString() - Method in enum com.microsoft.azure.eventhubs.TransportType
 
TransportType - Enum in com.microsoft.azure.eventhubs
All TransportType switches available for communicating to EventHubs service.
tryAdd(EventData) - Method in interface com.microsoft.azure.eventhubs.EventDataBatch
Add's EventData to EventDataBatch, if permitted by the batch's size limit.

V

validTo() - Method in class com.microsoft.azure.eventhubs.SecurityToken
Get the expiration date/time of the token.
valueOf(String) - Static method in enum com.microsoft.azure.eventhubs.TransportType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.microsoft.azure.eventhubs.TransportType
Returns an array containing the constants of this enum type, in the order they are declared.

W

with(Consumer<BatchOptions>) - Method in class com.microsoft.azure.eventhubs.BatchOptions
 
A B C D E F G I J M N O P Q R S T V W 
Skip navigation links
Visit the Azure for Java Developerssite for more Java documentation, including quick starts, tutorials, and code samples.

Copyright © 2019 Microsoft Corporation. All rights reserved.