Class ZeebeClientConfigurationImpl
java.lang.Object
io.camunda.zeebe.spring.client.configuration.ZeebeClientConfigurationImpl
- All Implemented Interfaces:
ZeebeClientConfiguration
@Deprecated(since="8.6",
forRemoval=true)
public class ZeebeClientConfigurationImpl
extends Object
implements ZeebeClientConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionZeebeClientConfigurationImpl(CamundaClientConfiguration camundaClientConfiguration) Deprecated, 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.List<org.apache.hc.client5.http.async.AsyncExecChainHandler> 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, for removal: This API element is subject to removal in a future version.List<io.grpc.ClientInterceptor> 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.intDeprecated, 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.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.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.booleanDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
ZeebeClientConfigurationImpl
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getGatewayAddress
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getGatewayAddressin interfaceZeebeClientConfiguration
-
getRestAddress
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getRestAddressin interfaceZeebeClientConfiguration
-
getGrpcAddress
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getGrpcAddressin interfaceZeebeClientConfiguration
-
getDefaultTenantId
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getDefaultTenantIdin interfaceZeebeClientConfiguration
-
getDefaultJobWorkerTenantIds
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getDefaultJobWorkerTenantIdsin interfaceZeebeClientConfiguration
-
getNumJobWorkerExecutionThreads
public int getNumJobWorkerExecutionThreads()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getNumJobWorkerExecutionThreadsin interfaceZeebeClientConfiguration
-
getDefaultJobWorkerMaxJobsActive
public int getDefaultJobWorkerMaxJobsActive()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getDefaultJobWorkerMaxJobsActivein interfaceZeebeClientConfiguration
-
getDefaultJobWorkerName
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getDefaultJobWorkerNamein interfaceZeebeClientConfiguration
-
getDefaultJobTimeout
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getDefaultJobTimeoutin interfaceZeebeClientConfiguration
-
getDefaultJobPollInterval
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getDefaultJobPollIntervalin interfaceZeebeClientConfiguration
-
getDefaultMessageTimeToLive
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getDefaultMessageTimeToLivein interfaceZeebeClientConfiguration
-
getDefaultRequestTimeout
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getDefaultRequestTimeoutin interfaceZeebeClientConfiguration
-
isPlaintextConnectionEnabled
public boolean isPlaintextConnectionEnabled()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isPlaintextConnectionEnabledin interfaceZeebeClientConfiguration
-
getCaCertificatePath
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getCaCertificatePathin interfaceZeebeClientConfiguration
-
getCredentialsProvider
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getCredentialsProviderin interfaceZeebeClientConfiguration
-
getKeepAlive
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getKeepAlivein interfaceZeebeClientConfiguration
-
getInterceptors
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getInterceptorsin interfaceZeebeClientConfiguration
-
getChainHandlers
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getChainHandlersin interfaceZeebeClientConfiguration
-
getJsonMapper
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getJsonMapperin interfaceZeebeClientConfiguration
-
getOverrideAuthority
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getOverrideAuthorityin interfaceZeebeClientConfiguration
-
getMaxMessageSize
public int getMaxMessageSize()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getMaxMessageSizein interfaceZeebeClientConfiguration
-
getMaxMetadataSize
public int getMaxMetadataSize()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getMaxMetadataSizein interfaceZeebeClientConfiguration
-
jobWorkerExecutor
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
jobWorkerExecutorin interfaceZeebeClientConfiguration
-
ownsJobWorkerExecutor
public boolean ownsJobWorkerExecutor()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
ownsJobWorkerExecutorin interfaceZeebeClientConfiguration
-
getDefaultJobWorkerStreamEnabled
public boolean getDefaultJobWorkerStreamEnabled()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getDefaultJobWorkerStreamEnabledin interfaceZeebeClientConfiguration
-
useDefaultRetryPolicy
public boolean useDefaultRetryPolicy()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
useDefaultRetryPolicyin interfaceZeebeClientConfiguration
-
preferRestOverGrpc
public boolean preferRestOverGrpc()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
preferRestOverGrpcin interfaceZeebeClientConfiguration
-