Class ZeebeClientConfigurationProperties

java.lang.Object
io.camunda.spring.client.properties.ZeebeClientConfigurationProperties

@ConfigurationProperties(prefix="zeebe.client") @Deprecated(since="8.6", forRemoval=true) public class ZeebeClientConfigurationProperties extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
  • Field Details

    • DEFAULT

      public static final CamundaClientBuilderImpl DEFAULT
      Deprecated, for removal: This API element is subject to removal in a future version.
    • CONNECTION_MODE_CLOUD

      public static final String CONNECTION_MODE_CLOUD
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • CONNECTION_MODE_ADDRESS

      public static final String CONNECTION_MODE_ADDRESS
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
  • Constructor Details

    • ZeebeClientConfigurationProperties

      @Autowired public ZeebeClientConfigurationProperties(org.springframework.core.env.Environment environment)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • applyOverrides

      @PostConstruct @DeprecatedConfigurationProperty(replacement="no overrides are applied anymore") public void applyOverrides()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Make sure environment variables and other legacy config options are taken into account. Environment variables are taking precedence over Spring properties. Legacy config options are read only if no real property is set
    • getBroker

      @DeprecatedConfigurationProperty(replacement="nested property is deprecated") public ZeebeClientConfigurationProperties.Broker getBroker()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setBroker

      public void setBroker(ZeebeClientConfigurationProperties.Broker broker)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getCloud

      @DeprecatedConfigurationProperty(replacement="nested property is deprecated") public ZeebeClientConfigurationProperties.Cloud getCloud()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setCloud

      public void setCloud(ZeebeClientConfigurationProperties.Cloud cloud)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getWorker

      @DeprecatedConfigurationProperty(replacement="nested property is deprecated") public ZeebeClientConfigurationProperties.Worker getWorker()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setWorker

      public void setWorker(ZeebeClientConfigurationProperties.Worker worker)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getMessage

      @DeprecatedConfigurationProperty(replacement="nested property is deprecated") public ZeebeClientConfigurationProperties.Message getMessage()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setMessage

      public void setMessage(ZeebeClientConfigurationProperties.Message message)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getSecurity

      @DeprecatedConfigurationProperty(replacement="nested property is deprecated") public ZeebeClientConfigurationProperties.Security getSecurity()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setSecurity

      public void setSecurity(ZeebeClientConfigurationProperties.Security security)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getJob

      @DeprecatedConfigurationProperty(replacement="nested property is deprecated") public ZeebeClientConfigurationProperties.Job getJob()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setJob

      public void setJob(ZeebeClientConfigurationProperties.Job job)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getRequestTimeout

      @DeprecatedConfigurationProperty(replacement="camunda.client.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.
    • isEnabled

      @DeprecatedConfigurationProperty(replacement="camunda.client.enabled") public boolean isEnabled()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setEnabled

      public void setEnabled(boolean enabled)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • isApplyEnvironmentVariableOverrides

      @DeprecatedConfigurationProperty(replacement="not required") public boolean isApplyEnvironmentVariableOverrides()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setApplyEnvironmentVariableOverrides

      public void setApplyEnvironmentVariableOverrides(boolean applyEnvironmentVariableOverrides)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setOwnsJobWorkerExecutor

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

      @DeprecatedConfigurationProperty(replacement="always true, unless custom zeebe client executor service is registered") public boolean ownsJobWorkerExecutor()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getGatewayAddress

      @DeprecatedConfigurationProperty(replacement="camunda.client.grpc-address") public String getGatewayAddress()
      Deprecated.
      since 8.5 for removal with 8.8, replaced by CamundaClientProperties.getGrpcAddress()
      See Also:
    • getGrpcAddress

      @DeprecatedConfigurationProperty(replacement="camunda.client.grpc-address") public URI getGrpcAddress()
      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.
    • getDefaultTenantId

      @DeprecatedConfigurationProperty(replacement="camunda.client.tenant-ids", reason="the first provided tenant id is applied") public String getDefaultTenantId()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setDefaultTenantId

      public void setDefaultTenantId(String defaultTenantId)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDefaultJobWorkerTenantIds

      @DeprecatedConfigurationProperty(replacement="camunda.client.tenant-ids") public List<String> getDefaultJobWorkerTenantIds()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setDefaultJobWorkerTenantIds

      public void setDefaultJobWorkerTenantIds(List<String> defaultJobWorkerTenantIds)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDefaultJobWorkerStreamEnabled

      @DeprecatedConfigurationProperty(replacement="camunda.client.worker.defaults.stream-enabled") public boolean getDefaultJobWorkerStreamEnabled()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setDefaultJobWorkerStreamEnabled

      public void setDefaultJobWorkerStreamEnabled(boolean defaultJobWorkerStreamEnabled)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • useDefaultRetryPolicy

      @DeprecatedConfigurationProperty(replacement="not required") public boolean useDefaultRetryPolicy()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getConnectionMode

      @DeprecatedConfigurationProperty(replacement="camunda.client.mode", reason="There are client modes now") public String getConnectionMode()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setConnectionMode

      public void setConnectionMode(String connectionMode)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDefaultRequestTimeout

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

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

      @DeprecatedConfigurationProperty(replacement="camunda.client.worker.defaults.max-jobs-active") public int getDefaultJobWorkerMaxJobsActive()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDefaultJobWorkerName

      @DeprecatedConfigurationProperty(replacement="camunda.client.worker.defaults.name") public String getDefaultJobWorkerName()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDefaultJobWorkerType

      @DeprecatedConfigurationProperty(replacement="camunda.client.worker.defaults.type") public String getDefaultJobWorkerType()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDefaultJobTimeout

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

      @DeprecatedConfigurationProperty(replacement="camunda.client.worker.defaults.poll-interval") public Duration getDefaultJobPollInterval()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDefaultMessageTimeToLive

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

      @DeprecatedConfigurationProperty(replacement="camunda.client.grpc-address", reason="plaintext is determined by the url protocol (http/https) now") public Boolean isPlaintextConnectionEnabled()
      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.
    • getOverrideAuthority

      @Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.override-authority") public String getOverrideAuthority()
      Deprecated.
    • getKeepAlive

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

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

      public int hashCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      equals in class Object
    • toString

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