Uses of Interface
io.camunda.zeebe.client.ZeebeClientBuilder
-
Packages that use ZeebeClientBuilder Package Description io.camunda.zeebe.client io.camunda.zeebe.client.impl -
-
Uses of ZeebeClientBuilder in io.camunda.zeebe.client
Subinterfaces of ZeebeClientBuilder in io.camunda.zeebe.client Modifier and Type Interface Description static interfaceZeebeClientCloudBuilderStep1.ZeebeClientCloudBuilderStep2.ZeebeClientCloudBuilderStep3.ZeebeClientCloudBuilderStep4Methods in io.camunda.zeebe.client that return ZeebeClientBuilder Modifier and Type Method Description ZeebeClientBuilderZeebeClientBuilder. caCertificatePath(String certificatePath)Path to a root CA certificate to be used instead of the certificate in the default default store.ZeebeClientBuilderZeebeClientBuilder. credentialsProvider(CredentialsProvider credentialsProvider)A customCredentialsProviderwhich will be used to apply authentication credentials to requests.ZeebeClientBuilderZeebeClientBuilder. defaultJobPollInterval(Duration pollInterval)The interval which a job worker is periodically polling for new jobs.ZeebeClientBuilderZeebeClientBuilder. defaultJobTimeout(Duration timeout)The timeout which is used when none is provided for a job worker.ZeebeClientBuilderZeebeClientBuilder. defaultJobWorkerMaxJobsActive(int maxJobsActive)ZeebeClientBuilderZeebeClientBuilder. defaultJobWorkerName(String workerName)The name of the worker which is used when none is set for a job worker.ZeebeClientBuilderZeebeClientBuilder. defaultMessageTimeToLive(Duration timeToLive)The time-to-live which is used when none is provided for a message.ZeebeClientBuilderZeebeClientBuilder. defaultRequestTimeout(Duration requestTimeout)The request timeout used if not overridden by the command.ZeebeClientBuilderZeebeClientBuilder. gatewayAddress(String gatewayAddress)ZeebeClientBuilderZeebeClientBuilder. keepAlive(Duration keepAlive)Time interval between keep alive messages sent to the gateway.static ZeebeClientBuilderZeebeClient. newClientBuilder()ZeebeClientBuilderZeebeClientBuilder. numJobWorkerExecutionThreads(int numThreads)ZeebeClientBuilderZeebeClientBuilder. usePlaintext()Use a plaintext connection between the client and the gateway.ZeebeClientBuilderZeebeClientBuilder. withInterceptors(io.grpc.ClientInterceptor... interceptor)ZeebeClientBuilderZeebeClientBuilder. withJsonMapper(JsonMapper jsonMapper)ZeebeClientBuilderZeebeClientBuilder. withProperties(Properties properties)Sets all the properties from aPropertiesobject. -
Uses of ZeebeClientBuilder in io.camunda.zeebe.client.impl
Classes in io.camunda.zeebe.client.impl that implement ZeebeClientBuilder Modifier and Type Class Description classZeebeClientBuilderImplclassZeebeClientCloudBuilderImplMethods in io.camunda.zeebe.client.impl that return ZeebeClientBuilder Modifier and Type Method Description ZeebeClientBuilderZeebeClientBuilderImpl. caCertificatePath(String certificatePath)ZeebeClientBuilderZeebeClientBuilderImpl. credentialsProvider(CredentialsProvider credentialsProvider)ZeebeClientBuilderZeebeClientBuilderImpl. defaultJobPollInterval(Duration pollInterval)ZeebeClientBuilderZeebeClientBuilderImpl. defaultJobTimeout(Duration timeout)ZeebeClientBuilderZeebeClientBuilderImpl. defaultJobWorkerMaxJobsActive(int maxJobsActive)ZeebeClientBuilderZeebeClientBuilderImpl. defaultJobWorkerName(String workerName)ZeebeClientBuilderZeebeClientBuilderImpl. defaultMessageTimeToLive(Duration timeToLive)ZeebeClientBuilderZeebeClientBuilderImpl. defaultRequestTimeout(Duration requestTimeout)ZeebeClientBuilderZeebeClientBuilderImpl. gatewayAddress(String gatewayAddress)ZeebeClientBuilderZeebeClientBuilderImpl. keepAlive(Duration keepAlive)ZeebeClientBuilderZeebeClientBuilderImpl. numJobWorkerExecutionThreads(int numSubscriptionThreads)ZeebeClientBuilderZeebeClientBuilderImpl. usePlaintext()ZeebeClientBuilderZeebeClientBuilderImpl. withInterceptors(io.grpc.ClientInterceptor... interceptors)ZeebeClientBuilderZeebeClientBuilderImpl. withJsonMapper(JsonMapper jsonMapper)ZeebeClientBuilderZeebeClientBuilderImpl. withProperties(Properties properties)
-