Class CommonConfigurationProperties

java.lang.Object
io.camunda.spring.client.properties.common.Client
io.camunda.spring.client.properties.CommonConfigurationProperties

@ConfigurationProperties(prefix="common") @Deprecated(forRemoval=true, since="8.6") public class CommonConfigurationProperties extends Client
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • CommonConfigurationProperties

      public CommonConfigurationProperties()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class Client
    • getEnabled

      @DeprecatedConfigurationProperty(replacement="camunda.client.enabled") public Boolean getEnabled()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      getEnabled in class Client
    • getUrl

      @DeprecatedConfigurationProperty(reason="not required", replacement="camunda.client.rest-address") public String getUrl()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      getUrl in class Client
    • getBaseUrl

      @DeprecatedConfigurationProperty(reason="not required", replacement="camunda.client.rest-address") public String getBaseUrl()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      getBaseUrl in class Client
    • getKeycloak

      @DeprecatedConfigurationProperty(reason="not required", replacement="camunda.client.auth") public Keycloak getKeycloak()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setKeycloak

      public void setKeycloak(Keycloak keycloak)
      Deprecated, for removal: This API element is subject to removal in a future version.