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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated, for removal: This API element is subject to removal in a future version.static classDeprecated, for removal: This API element is subject to removal in a future version.static classDeprecated, for removal: This API element is subject to removal in a future version.static classDeprecated, for removal: This API element is subject to removal in a future version.static classDeprecated, for removal: This API element is subject to removal in a future version.static classDeprecated, for removal: This API element is subject to removal in a future version. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.static final StringDeprecated, for removal: This API element is subject to removal in a future version.static final CamundaClientBuilderImplDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionZeebeClientConfigurationProperties(org.springframework.core.env.Environment environment) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated, 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.booleanDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.getCloud()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated.Deprecated, for removal: This API element is subject to removal in a future version.getJob()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.Deprecated.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.inthashCode()Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.voidsetApplyEnvironmentVariableOverrides(boolean applyEnvironmentVariableOverrides) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidsetConnectionMode(String connectionMode) Deprecated, for removal: This API element is subject to removal in a future version.voidsetDefaultJobWorkerStreamEnabled(boolean defaultJobWorkerStreamEnabled) Deprecated, for removal: This API element is subject to removal in a future version.voidsetDefaultJobWorkerTenantIds(List<String> defaultJobWorkerTenantIds) Deprecated, for removal: This API element is subject to removal in a future version.voidsetDefaultTenantId(String defaultTenantId) Deprecated, for removal: This API element is subject to removal in a future version.voidsetEnabled(boolean enabled) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidsetOwnsJobWorkerExecutor(boolean ownsJobWorkerExecutor) Deprecated, for removal: This API element is subject to removal in a future version.voidsetRequestTimeout(Duration requestTimeout) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.toString()Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
DEFAULT
Deprecated, for removal: This API element is subject to removal in a future version. -
CONNECTION_MODE_CLOUD
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
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
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
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
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
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
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
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
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 byCamundaClientProperties.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
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
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
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. -
equals
Deprecated, for removal: This API element is subject to removal in a future version. -
toString
Deprecated, for removal: This API element is subject to removal in a future version.
-
CamundaClientProperties.getGrpcAddress()