Class ZeebeClientConfigurationProperties
java.lang.Object
io.camunda.zeebe.spring.client.properties.ZeebeClientConfigurationProperties
@ConfigurationProperties(prefix="zeebe.client")
@Deprecated
public class ZeebeClientConfigurationProperties
extends Object
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated.static classDeprecated.static classDeprecated.static classDeprecated.static classDeprecated.static classDeprecated. -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionZeebeClientConfigurationProperties(org.springframework.core.env.Environment environment) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.booleanDeprecated.Deprecated.Deprecated.getCloud()Deprecated.Deprecated.Deprecated.Deprecated.intDeprecated.Deprecated.booleanDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.getJob()Deprecated.Deprecated.intDeprecated.Deprecated.intDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.inthashCode()Deprecated.booleanDeprecated.booleanDeprecated.Deprecated.booleanDeprecated.voidsetApplyEnvironmentVariableOverrides(boolean applyEnvironmentVariableOverrides) Deprecated.voidDeprecated.voidDeprecated.voidsetConnectionMode(String connectionMode) Deprecated.voidsetDefaultJobWorkerStreamEnabled(boolean defaultJobWorkerStreamEnabled) Deprecated.voidsetDefaultJobWorkerTenantIds(List<String> defaultJobWorkerTenantIds) Deprecated.voidsetDefaultTenantId(String defaultTenantId) Deprecated.voidsetEnabled(boolean enabled) Deprecated.voidDeprecated.voidDeprecated.voidsetOwnsJobWorkerExecutor(boolean ownsJobWorkerExecutor) Deprecated.voidsetRequestTimeout(Duration requestTimeout) Deprecated.voidDeprecated.voidDeprecated.toString()Deprecated.booleanDeprecated.
-
Field Details
-
CONNECTION_MODE_CLOUD
Deprecated.- See Also:
-
CONNECTION_MODE_ADDRESS
Deprecated.- See Also:
-
-
Constructor Details
-
ZeebeClientConfigurationProperties
@Autowired public ZeebeClientConfigurationProperties(org.springframework.core.env.Environment environment) Deprecated.
-
-
Method Details
-
applyOverrides
@PostConstruct @Deprecated @DeprecatedConfigurationProperty(replacement="no overrides are applied anymore") public void applyOverrides()Deprecated.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
@Deprecated @DeprecatedConfigurationProperty(replacement="nested property is deprecated") public ZeebeClientConfigurationProperties.Broker getBroker()Deprecated. -
setBroker
Deprecated. -
getCloud
@Deprecated @DeprecatedConfigurationProperty(replacement="nested property is deprecated") public ZeebeClientConfigurationProperties.Cloud getCloud()Deprecated. -
setCloud
Deprecated. -
getWorker
@Deprecated @DeprecatedConfigurationProperty(replacement="nested property is deprecated") public ZeebeClientConfigurationProperties.Worker getWorker()Deprecated. -
setWorker
Deprecated. -
getMessage
@Deprecated @DeprecatedConfigurationProperty(replacement="nested property is deprecated") public ZeebeClientConfigurationProperties.Message getMessage()Deprecated. -
setMessage
Deprecated. -
getSecurity
@Deprecated @DeprecatedConfigurationProperty(replacement="nested property is deprecated") public ZeebeClientConfigurationProperties.Security getSecurity()Deprecated. -
setSecurity
Deprecated. -
getJob
@Deprecated @DeprecatedConfigurationProperty(replacement="nested property is deprecated") public ZeebeClientConfigurationProperties.Job getJob()Deprecated. -
setJob
Deprecated. -
getRequestTimeout
@Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.request-timeout") public Duration getRequestTimeout()Deprecated. -
setRequestTimeout
Deprecated. -
isEnabled
@Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.enabled") public boolean isEnabled()Deprecated. -
setEnabled
public void setEnabled(boolean enabled) Deprecated. -
isApplyEnvironmentVariableOverrides
@Deprecated @DeprecatedConfigurationProperty(replacement="not required") public boolean isApplyEnvironmentVariableOverrides()Deprecated. -
setApplyEnvironmentVariableOverrides
public void setApplyEnvironmentVariableOverrides(boolean applyEnvironmentVariableOverrides) Deprecated. -
setOwnsJobWorkerExecutor
public void setOwnsJobWorkerExecutor(boolean ownsJobWorkerExecutor) Deprecated. -
ownsJobWorkerExecutor
@Deprecated @DeprecatedConfigurationProperty(replacement="always true, unless custom zeebe client executor service is registered") public boolean ownsJobWorkerExecutor()Deprecated. -
getGatewayAddress
@Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.grpc-address") public String getGatewayAddress()Deprecated.since 8.5 for removal with 8.8, replaced byZeebeClientConfigurationImpl.getGrpcAddress()- See Also:
-
getGrpcAddress
@Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.grpc-address") public URI getGrpcAddress()Deprecated. -
getRestAddress
@Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.rest-address") public URI getRestAddress()Deprecated. -
getDefaultTenantId
@Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.tenant-ids", reason="the first provided tenant id is applied") public String getDefaultTenantId()Deprecated. -
setDefaultTenantId
Deprecated. -
getDefaultJobWorkerTenantIds
@Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.tenant-ids") public List<String> getDefaultJobWorkerTenantIds()Deprecated. -
setDefaultJobWorkerTenantIds
Deprecated. -
getDefaultJobWorkerStreamEnabled
@Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.defaults.stream-enabled") public boolean getDefaultJobWorkerStreamEnabled()Deprecated. -
setDefaultJobWorkerStreamEnabled
public void setDefaultJobWorkerStreamEnabled(boolean defaultJobWorkerStreamEnabled) Deprecated. -
useDefaultRetryPolicy
@Deprecated @DeprecatedConfigurationProperty(replacement="not required") public boolean useDefaultRetryPolicy()Deprecated. -
getConnectionMode
@Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.mode", reason="There are client modes now") public String getConnectionMode()Deprecated. -
setConnectionMode
Deprecated. -
getDefaultRequestTimeout
@Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.request-timeout") public Duration getDefaultRequestTimeout()Deprecated. -
getNumJobWorkerExecutionThreads
@Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.execution-threads") public int getNumJobWorkerExecutionThreads()Deprecated. -
getDefaultJobWorkerMaxJobsActive
@Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.defaults.max-jobs-active") public int getDefaultJobWorkerMaxJobsActive()Deprecated. -
getDefaultJobWorkerName
@Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.defaults.name") public String getDefaultJobWorkerName()Deprecated. -
getDefaultJobWorkerType
@Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.defaults.type") public String getDefaultJobWorkerType()Deprecated. -
getDefaultJobTimeout
@Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.defaults.timeout") public Duration getDefaultJobTimeout()Deprecated. -
getDefaultJobPollInterval
@Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.defaults.poll-interval") public Duration getDefaultJobPollInterval()Deprecated. -
getDefaultMessageTimeToLive
@Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.message-time-to-live") public Duration getDefaultMessageTimeToLive()Deprecated. -
isPlaintextConnectionEnabled
@Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.base-url", reason="plaintext is determined by the url protocol (http/https) now") public Boolean isPlaintextConnectionEnabled()Deprecated. -
getCaCertificatePath
@Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.ca-certificate-path") public String getCaCertificatePath()Deprecated. -
getOverrideAuthority
@Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.override-authority") public String getOverrideAuthority()Deprecated. -
getKeepAlive
@Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.keep-alive") public Duration getKeepAlive()Deprecated. -
getMaxMessageSize
@Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.max-message-size") public int getMaxMessageSize()Deprecated. -
hashCode
public int hashCode()Deprecated. -
equals
Deprecated. -
toString
Deprecated.
-
ZeebeClientConfigurationImpl.getGrpcAddress()