Uses of Class
com.azure.messaging.eventhubs.EventHubClientBuilder
Packages that use EventHubClientBuilder
Package
Description
Azure Event Hubs is a highly scalable
publish-subscribe service that can ingest millions of events per second and stream them to multiple consumers.
-
Uses of EventHubClientBuilder in com.azure.messaging.eventhubs
Methods in com.azure.messaging.eventhubs that return EventHubClientBuilderModifier and TypeMethodDescriptionEventHubClientBuilder.clientOptions(com.azure.core.util.ClientOptions clientOptions) Sets the client options.EventHubClientBuilder.configuration(com.azure.core.util.Configuration configuration) Sets the configuration store that is used during construction of the service client.EventHubClientBuilder.connectionString(String connectionString) Sets the credential information given a connection string to the Event Hub instance or the Event Hubs namespace.EventHubClientBuilder.connectionString(String connectionString, String eventHubName) Sets the credential information given a connection string to the Event Hubs namespace and name to a specific Event Hub instance.EventHubClientBuilder.consumerGroup(String consumerGroup) Sets the name of the consumer group this consumer is associated with.EventHubClientBuilder.credential(com.azure.core.credential.AzureNamedKeyCredential credential) Sets the credential information for which Event Hub instance to connect to, and how to authorize against it.EventHubClientBuilder.credential(com.azure.core.credential.AzureSasCredential credential) Sets the credential information for which Event Hub instance to connect to, and how to authorize against it.EventHubClientBuilder.credential(com.azure.core.credential.TokenCredential credential) Sets theTokenCredentialused to authorize requests sent to the service.EventHubClientBuilder.credential(String fullyQualifiedNamespace, String eventHubName, com.azure.core.credential.AzureNamedKeyCredential credential) Sets the credential information for which Event Hub instance to connect to, and how to authorize against it.EventHubClientBuilder.credential(String fullyQualifiedNamespace, String eventHubName, com.azure.core.credential.AzureSasCredential credential) Sets the credential information for which Event Hub instance to connect to, and how to authorize against it.EventHubClientBuilder.credential(String fullyQualifiedNamespace, String eventHubName, com.azure.core.credential.TokenCredential credential) Sets the credential information for which Event Hub instance to connect to, and how to authorize against it.EventHubClientBuilder.customEndpointAddress(String customEndpointAddress) Sets a custom endpoint address when connecting to the Event Hubs service.EventHubClientBuilder.eventHubName(String eventHubName) Sets the name of the Event Hub to connect the client to.EventHubClientBuilder.fullyQualifiedNamespace(String fullyQualifiedNamespace) Sets the fully qualified name for the Event Hubs namespace.EventHubClientBuilder.prefetchCount(int prefetchCount) Sets the count used by the receiver to control the number of events per partition the Event Hub consumer will actively receive and queue locally without regard to whether a receive operation is currently active.EventHubClientBuilder.proxyOptions(com.azure.core.amqp.ProxyOptions proxyOptions) Sets the proxy configuration to use forEventHubAsyncClient.EventHubClientBuilder.retry(com.azure.core.amqp.AmqpRetryOptions retryOptions) Deprecated.EventHubClientBuilder.retryOptions(com.azure.core.amqp.AmqpRetryOptions retryOptions) Sets the retry policy forEventHubAsyncClient.EventHubClientBuilder.shareConnection()Toggles the builder to use the same connection for producers or consumers that are built from this instance.EventHubClientBuilder.transportType(com.azure.core.amqp.AmqpTransportType transport) Sets the transport type by which all the communication with Azure Event Hubs occurs.
retryOptions(AmqpRetryOptions).