- 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
-
- getIdentifier() - Method in class com.microsoft.azure.eventhubs.ReceiverOptions
-
- 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
-
- 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
-
- 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
-
- getRuntimeInformation() - Method in interface com.microsoft.azure.eventhubs.PartitionReceiver
-
- 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
-
- 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
- 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(Iterable<EventData>) - Method in interface com.microsoft.azure.eventhubs.EventHubClient
-
- send(EventDataBatch) - Method in interface com.microsoft.azure.eventhubs.EventHubClient
-
- 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
-
- sendSync(EventData) - Method in interface com.microsoft.azure.eventhubs.EventHubClient
-
- sendSync(Iterable<EventData>) - Method in interface com.microsoft.azure.eventhubs.EventHubClient
-
- sendSync(EventDataBatch) - Method in interface com.microsoft.azure.eventhubs.EventHubClient
-
- 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
-
- sendSync(Iterable<EventData>) - Method in interface com.microsoft.azure.eventhubs.PartitionSender
-
- 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
-
- 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
-
- 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
-