Class ZeebeClientProperties

java.lang.Object
io.camunda.spring.client.properties.common.ApiProperties
io.camunda.spring.client.properties.common.ZeebeClientProperties

@Deprecated(forRemoval=true, since="8.8") public class ZeebeClientProperties extends ApiProperties
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • ZeebeClientProperties

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

    • getDefaults

      @DeprecatedConfigurationProperty(replacement="camunda.client.worker") public JobWorkerValue getDefaults()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setDefaults

      public void setDefaults(JobWorkerValue defaults)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getOverride

      @DeprecatedConfigurationProperty(replacement="camunda.client.override") public Map<String,JobWorkerValue> getOverride()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setOverride

      public void setOverride(Map<String,JobWorkerValue> override)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getExecutionThreads

      @DeprecatedConfigurationProperty(replacement="camunda.client.execution-threads") public Integer getExecutionThreads()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setExecutionThreads

      public void setExecutionThreads(Integer executionThreads)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getMessageTimeToLive

      @DeprecatedConfigurationProperty(replacement="camunda.client.message-time-to-live") public Duration getMessageTimeToLive()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setMessageTimeToLive

      public void setMessageTimeToLive(Duration messageTimeToLive)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getRequestTimeout

      @DeprecatedConfigurationProperty(replacement="camunda.client.worker.defaults.request-timeout") public Duration getRequestTimeout()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setRequestTimeout

      public void setRequestTimeout(Duration requestTimeout)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getCaCertificatePath

      @DeprecatedConfigurationProperty(replacement="camunda.client.ca-certificate-path") public String getCaCertificatePath()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setCaCertificatePath

      public void setCaCertificatePath(String caCertificatePath)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getKeepAlive

      @DeprecatedConfigurationProperty(replacement="camunda.client.keep-alive") public Duration getKeepAlive()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setKeepAlive

      public void setKeepAlive(Duration keepAlive)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getOverrideAuthority

      @DeprecatedConfigurationProperty(replacement="camunda.client.override-authority") public String getOverrideAuthority()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setOverrideAuthority

      public void setOverrideAuthority(String overrideAuthority)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getMaxMessageSize

      @DeprecatedConfigurationProperty(replacement="camunda.client.max-message-size") public org.springframework.util.unit.DataSize getMaxMessageSize()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setMaxMessageSize

      public void setMaxMessageSize(org.springframework.util.unit.DataSize maxMessageSize)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getMaxMetadataSize

      @DeprecatedConfigurationProperty(replacement="camunda.client.max-metadata-size") public org.springframework.util.unit.DataSize getMaxMetadataSize()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setMaxMetadataSize

      public void setMaxMetadataSize(org.springframework.util.unit.DataSize maxMetadataSize)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • isPreferRestOverGrpc

      @DeprecatedConfigurationProperty(replacement="camunda.client.prefer-rest-over-grpc") public boolean isPreferRestOverGrpc()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setPreferRestOverGrpc

      public void setPreferRestOverGrpc(boolean preferRestOverGrpc)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getGrpcAddress

      @DeprecatedConfigurationProperty(replacement="camunda.client.grpc-address") public URI getGrpcAddress()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setGrpcAddress

      public void setGrpcAddress(URI grpcAddress)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getRestAddress

      @DeprecatedConfigurationProperty(replacement="camunda.client.rest-address") public URI getRestAddress()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setRestAddress

      public void setRestAddress(URI restAddress)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDeployment

      @DeprecatedConfigurationProperty(replacement="camunda.client.deployment") public CamundaClientDeploymentProperties getDeployment()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setDeployment

      public void setDeployment(CamundaClientDeploymentProperties deployment)
      Deprecated, for removal: This API element is subject to removal in a future version.