Class ZeebeClientProperties
java.lang.Object
io.camunda.spring.client.properties.common.ApiProperties
io.camunda.spring.client.properties.common.ZeebeClientProperties
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, 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.org.springframework.util.unit.DataSizeDeprecated, for removal: This API element is subject to removal in a future version.org.springframework.util.unit.DataSizeDeprecated, 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.booleanDeprecated, for removal: This API element is subject to removal in a future version.voidsetCaCertificatePath(String caCertificatePath) Deprecated, for removal: This API element is subject to removal in a future version.voidsetDefaults(JobWorkerValue defaults) Deprecated, for removal: This API element is subject to removal in a future version.voidsetDeployment(CamundaClientDeploymentProperties deployment) Deprecated, for removal: This API element is subject to removal in a future version.voidsetExecutionThreads(Integer executionThreads) Deprecated, for removal: This API element is subject to removal in a future version.voidsetGrpcAddress(URI grpcAddress) Deprecated, for removal: This API element is subject to removal in a future version.voidsetKeepAlive(Duration keepAlive) Deprecated, for removal: This API element is subject to removal in a future version.voidsetMaxMessageSize(org.springframework.util.unit.DataSize maxMessageSize) Deprecated, for removal: This API element is subject to removal in a future version.voidsetMaxMetadataSize(org.springframework.util.unit.DataSize maxMetadataSize) Deprecated, for removal: This API element is subject to removal in a future version.voidsetMessageTimeToLive(Duration messageTimeToLive) Deprecated, for removal: This API element is subject to removal in a future version.voidsetOverride(Map<String, JobWorkerValue> override) Deprecated, for removal: This API element is subject to removal in a future version.voidsetOverrideAuthority(String overrideAuthority) Deprecated, for removal: This API element is subject to removal in a future version.voidsetPreferRestOverGrpc(boolean preferRestOverGrpc) 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.voidsetRestAddress(URI restAddress) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class io.camunda.spring.client.properties.common.ApiProperties
getAudience, getBaseUrl, getEnabled, getScope, setAudience, setBaseUrl, setEnabled, setScope
-
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
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
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
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
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
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
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
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
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
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
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
Deprecated, for removal: This API element is subject to removal in a future version.
-