Class ProxyConfiguration

java.lang.Object
org.apache.pulsar.proxy.server.ProxyConfiguration
All Implemented Interfaces:
org.apache.pulsar.common.configuration.PulsarConfiguration

public class ProxyConfiguration extends Object implements org.apache.pulsar.common.configuration.PulsarConfiguration
  • Constructor Details

    • ProxyConfiguration

      public ProxyConfiguration()
  • Method Details

    • getMetadataStoreUrl

      public String getMetadataStoreUrl()
    • getConfigurationMetadataStoreUrl

      public String getConfigurationMetadataStoreUrl()
    • getProperties

      public Properties getProperties()
      Specified by:
      getProperties in interface org.apache.pulsar.common.configuration.PulsarConfiguration
    • getServicePort

      public Optional<Integer> getServicePort()
    • getServicePortTls

      public Optional<Integer> getServicePortTls()
    • getWebServicePort

      public Optional<Integer> getWebServicePort()
    • getWebServicePortTls

      public Optional<Integer> getWebServicePortTls()
    • setProperties

      public void setProperties(Properties properties)
      Specified by:
      setProperties in interface org.apache.pulsar.common.configuration.PulsarConfiguration
    • getMetadataStoreSessionTimeoutMillis

      public int getMetadataStoreSessionTimeoutMillis()
    • getMetadataStoreCacheExpirySeconds

      public int getMetadataStoreCacheExpirySeconds()