public class AzureEventHubsProperties extends AzureEventHubsCommonProperties implements EventHubsNamespaceDescriptor
| Modifier and Type | Class and Description |
|---|---|
static class |
AzureEventHubsProperties.Consumer
Properties of an Event Hub consumer.
|
static class |
AzureEventHubsProperties.Processor
Properties of an Event Hub processor.
|
static class |
AzureEventHubsProperties.Producer
Properties of an Event Hub producer.
|
com.azure.spring.core.aware.RetryAware.Backoff, com.azure.spring.core.aware.RetryAware.HttpRetry, com.azure.spring.core.aware.RetryAware.Retrycom.azure.spring.core.aware.ClientAware.AmqpClient, com.azure.spring.core.aware.ClientAware.Client, com.azure.spring.core.aware.ClientAware.HttpClient, com.azure.spring.core.aware.ClientAware.HttpLoggingcom.azure.spring.core.aware.ProxyAware.HttpProxy, com.azure.spring.core.aware.ProxyAware.Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
PREFIX |
connectionString, customEndpointAddress, domainName, eventHubName, namespaceclient, proxy, retrycredential, enabled, profile, resource| Constructor and Description |
|---|
AzureEventHubsProperties() |
| Modifier and Type | Method and Description |
|---|---|
AzureEventHubsProperties.Consumer |
buildConsumerProperties() |
AzureEventHubsProperties.Processor |
buildProcessorProperties() |
AzureEventHubsProperties.Producer |
buildProducerProperties() |
AzureEventHubsProperties.Consumer |
getConsumer() |
AzureEventHubsProperties.Processor |
getProcessor() |
AzureEventHubsProperties.Producer |
getProducer() |
Boolean |
getSharedConnection() |
void |
setSharedConnection(Boolean sharedConnection) |
extractEventHubNameFromConnectionString, extractFqdnFromConnectionString, getConnectionString, getCustomEndpointAddress, getDomainName, getEventHubName, getFQDN, getNamespace, setConnectionString, setCustomEndpointAddress, setDomainName, setEventHubName, setNamespacegetClient, getProxy, getRetrygetCredential, getProfile, getResource, isEnabled, setEnabledclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCustomEndpointAddress, getDomainName, getEventHubName, getFQDN, getNamespacepublic static final String PREFIX
public AzureEventHubsProperties.Producer buildProducerProperties()
public AzureEventHubsProperties.Consumer buildConsumerProperties()
public AzureEventHubsProperties.Processor buildProcessorProperties()
public Boolean getSharedConnection()
getSharedConnection in interface EventHubsNamespaceDescriptorpublic void setSharedConnection(Boolean sharedConnection)
public AzureEventHubsProperties.Producer getProducer()
public AzureEventHubsProperties.Consumer getConsumer()
public AzureEventHubsProperties.Processor getProcessor()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.