java.lang.Object
com.azure.spring.cloud.core.implementation.properties.AzureSdkProperties
com.azure.spring.cloud.core.implementation.properties.AzureAmqpSdkProperties
com.azure.spring.messaging.eventhubs.core.properties.CommonProperties
All Implemented Interfaces:
com.azure.spring.cloud.core.properties.AzureProperties, com.azure.spring.cloud.core.provider.authentication.TokenCredentialOptionsProvider, com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider, com.azure.spring.cloud.core.provider.ClientOptionsProvider, com.azure.spring.cloud.core.provider.connectionstring.ConnectionStringProvider, com.azure.spring.cloud.core.provider.ProxyOptionsProvider, com.azure.spring.cloud.core.provider.RetryOptionsProvider, com.azure.spring.cloud.service.implementation.eventhubs.properties.EventHubClientCommonProperties
Direct Known Subclasses:
ConsumerProperties, NamespaceProperties, ProducerProperties

public abstract class CommonProperties extends com.azure.spring.cloud.core.implementation.properties.AzureAmqpSdkProperties implements com.azure.spring.cloud.service.implementation.eventhubs.properties.EventHubClientCommonProperties, com.azure.spring.cloud.core.provider.connectionstring.ConnectionStringProvider
Common properties shared by event hub namespace, a producer, and a consumer.
  • Nested Class Summary Link icon

    Nested classes/interfaces inherited from interface com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider Link icon

    com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions, com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.CloudType, com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.ProfileOptions

    Nested classes/interfaces inherited from interface com.azure.spring.cloud.core.provider.ClientOptionsProvider Link icon

    com.azure.spring.cloud.core.provider.ClientOptionsProvider.AmqpClientOptions, com.azure.spring.cloud.core.provider.ClientOptionsProvider.ClientOptions, com.azure.spring.cloud.core.provider.ClientOptionsProvider.HttpClientOptions

    Nested classes/interfaces inherited from interface com.azure.spring.cloud.core.provider.ProxyOptionsProvider Link icon

    com.azure.spring.cloud.core.provider.ProxyOptionsProvider.AmqpProxyOptions, com.azure.spring.cloud.core.provider.ProxyOptionsProvider.HttpProxyOptions, com.azure.spring.cloud.core.provider.ProxyOptionsProvider.ProxyOptions

    Nested classes/interfaces inherited from interface com.azure.spring.cloud.core.provider.RetryOptionsProvider Link icon

    com.azure.spring.cloud.core.provider.RetryOptionsProvider.AmqpRetryOptions, com.azure.spring.cloud.core.provider.RetryOptionsProvider.RetryMode, com.azure.spring.cloud.core.provider.RetryOptionsProvider.RetryOptions

    Nested classes/interfaces inherited from interface com.azure.spring.cloud.core.provider.authentication.TokenCredentialOptionsProvider Link icon

    com.azure.spring.cloud.core.provider.authentication.TokenCredentialOptionsProvider.TokenCredentialOptions
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
    Create an instance of CommonProperties.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
     
     
     
     
     
     
    void
    setConnectionString(String connectionString)
    Set the connection string.
    void
    setCustomEndpointAddress(String customEndpointAddress)
    Set the custom endpoint address.
    void
    setDomainName(String domainName)
    Set the domain name.
    void
    setEventHubName(String eventHubName)
    Set the event hub name.
    void
    setNamespace(String namespace)
    Set the namespace.

    Methods inherited from class com.azure.spring.cloud.core.implementation.properties.AzureAmqpSdkProperties Link icon

    getClient, getProxy, getRetry

    Methods inherited from class com.azure.spring.cloud.core.implementation.properties.AzureSdkProperties Link icon

    getCredential, getProfile

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider Link icon

    getProfile

    Methods inherited from interface com.azure.spring.cloud.core.provider.ClientOptionsProvider Link icon

    getClient

    Methods inherited from interface com.azure.spring.cloud.core.provider.ProxyOptionsProvider Link icon

    getProxy

    Methods inherited from interface com.azure.spring.cloud.core.provider.RetryOptionsProvider Link icon

    getRetry

    Methods inherited from interface com.azure.spring.cloud.core.provider.authentication.TokenCredentialOptionsProvider Link icon

    getCredential
  • Constructor Details Link icon

    • CommonProperties Link icon

      public CommonProperties()
      Create an instance of CommonProperties.
  • Method Details Link icon

    • getFullyQualifiedNamespace Link icon

      public String getFullyQualifiedNamespace()
      Specified by:
      getFullyQualifiedNamespace in interface com.azure.spring.cloud.service.implementation.eventhubs.properties.EventHubClientCommonProperties
    • getDomainName Link icon

      public String getDomainName()
      Specified by:
      getDomainName in interface com.azure.spring.cloud.service.implementation.eventhubs.properties.EventHubClientCommonProperties
    • setDomainName Link icon

      public void setDomainName(String domainName)
      Set the domain name.
      Parameters:
      domainName - the domain name.
    • getNamespace Link icon

      public String getNamespace()
      Specified by:
      getNamespace in interface com.azure.spring.cloud.service.implementation.eventhubs.properties.EventHubClientCommonProperties
    • setNamespace Link icon

      public void setNamespace(String namespace)
      Set the namespace.
      Parameters:
      namespace - the namespace.
    • getEventHubName Link icon

      public String getEventHubName()
      Specified by:
      getEventHubName in interface com.azure.spring.cloud.service.implementation.eventhubs.properties.EventHubClientCommonProperties
    • setEventHubName Link icon

      public void setEventHubName(String eventHubName)
      Set the event hub name.
      Parameters:
      eventHubName - the event hub name.
    • getConnectionString Link icon

      public String getConnectionString()
      Specified by:
      getConnectionString in interface com.azure.spring.cloud.core.provider.connectionstring.ConnectionStringProvider
    • setConnectionString Link icon

      public void setConnectionString(String connectionString)
      Set the connection string.
      Parameters:
      connectionString - the connection string.
    • getCustomEndpointAddress Link icon

      public String getCustomEndpointAddress()
      Specified by:
      getCustomEndpointAddress in interface com.azure.spring.cloud.service.implementation.eventhubs.properties.EventHubClientCommonProperties
    • setCustomEndpointAddress Link icon

      public void setCustomEndpointAddress(String customEndpointAddress)
      Set the custom endpoint address.
      Parameters:
      customEndpointAddress - the custom endpoint address.