Package io.camunda.zeebe.client
Interface ZeebeClientConfiguration
- All Known Implementing Classes:
ZeebeClientBuilderImpl
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.List<org.apache.hc.client5.http.async.AsyncExecChainHandler> Deprecated.Deprecated.Deprecated.Deprecated.intDeprecated.Deprecated.booleanDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.since 8.5 for removal with 8.8, replaced bygetGrpcAddress()Deprecated.List<io.grpc.ClientInterceptor> Deprecated.Deprecated.Deprecated.intDeprecated.intDeprecated.intDeprecated.Deprecated.Deprecated.booleanDeprecated.Deprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.
-
Method Details
-
getGatewayAddress
Deprecated.since 8.5 for removal with 8.8, replaced bygetGrpcAddress()- See Also:
-
getRestAddress
URI getRestAddress()Deprecated.- See Also:
-
getGrpcAddress
URI getGrpcAddress()Deprecated.- See Also:
-
getDefaultTenantId
String getDefaultTenantId()Deprecated.- See Also:
-
getDefaultJobWorkerTenantIds
Deprecated.- See Also:
-
getNumJobWorkerExecutionThreads
int getNumJobWorkerExecutionThreads()Deprecated.- See Also:
-
getDefaultJobWorkerMaxJobsActive
int getDefaultJobWorkerMaxJobsActive()Deprecated.- See Also:
-
getDefaultJobWorkerName
String getDefaultJobWorkerName()Deprecated.- See Also:
-
getDefaultJobTimeout
Duration getDefaultJobTimeout()Deprecated.- See Also:
-
getDefaultJobPollInterval
Duration getDefaultJobPollInterval()Deprecated.- See Also:
-
getDefaultMessageTimeToLive
Duration getDefaultMessageTimeToLive()Deprecated.- See Also:
-
getDefaultRequestTimeout
Duration getDefaultRequestTimeout()Deprecated.- See Also:
-
isPlaintextConnectionEnabled
boolean isPlaintextConnectionEnabled()Deprecated.- See Also:
-
getCaCertificatePath
String getCaCertificatePath()Deprecated.- See Also:
-
getCredentialsProvider
CredentialsProvider getCredentialsProvider()Deprecated.- See Also:
-
getKeepAlive
Duration getKeepAlive()Deprecated.- See Also:
-
getInterceptors
List<io.grpc.ClientInterceptor> getInterceptors()Deprecated.- See Also:
-
getChainHandlers
List<org.apache.hc.client5.http.async.AsyncExecChainHandler> getChainHandlers()Deprecated.- See Also:
-
getJsonMapper
JsonMapper getJsonMapper()Deprecated.- See Also:
-
getOverrideAuthority
String getOverrideAuthority()Deprecated.- See Also:
-
getMaxMessageSize
int getMaxMessageSize()Deprecated.- See Also:
-
getMaxMetadataSize
int getMaxMetadataSize()Deprecated.- See Also:
-
jobWorkerExecutor
ScheduledExecutorService jobWorkerExecutor()Deprecated.- See Also:
-
ownsJobWorkerExecutor
boolean ownsJobWorkerExecutor()Deprecated.- See Also:
-
getDefaultJobWorkerStreamEnabled
boolean getDefaultJobWorkerStreamEnabled()Deprecated.- See Also:
-
useDefaultRetryPolicy
boolean useDefaultRetryPolicy()Deprecated.- See Also:
-
preferRestOverGrpc
Deprecated.- See Also:
-
CamundaClientConfiguration