Uses of Interface
io.camunda.zeebe.client.ZeebeClientBuilder
Packages that use ZeebeClientBuilder
-
Uses of ZeebeClientBuilder in io.camunda.zeebe.client
Subinterfaces of ZeebeClientBuilder in io.camunda.zeebe.clientModifier and TypeInterfaceDescriptionstatic interfaceMethods in io.camunda.zeebe.client that return ZeebeClientBuilderModifier and TypeMethodDescriptionZeebeClientBuilder.applyEnvironmentVariableOverrides(boolean applyEnvironmentVariableOverrides) Deprecated.Allows to disable the mechanism to override some properties by ENVIRONMENT VARIABLES.ZeebeClientBuilder.caCertificatePath(String certificatePath) Deprecated.Path to a root CA certificate to be used instead of the certificate in the default default store.ZeebeClientBuilder.credentialsProvider(CredentialsProvider credentialsProvider) Deprecated.A customCredentialsProviderwhich will be used to apply authentication credentials to requests.ZeebeClientBuilder.defaultJobPollInterval(Duration pollInterval) Deprecated.The interval which a job worker is periodically polling for new jobs.ZeebeClientBuilder.defaultJobTimeout(Duration timeout) Deprecated.The timeout which is used when none is provided for a job worker.ZeebeClientBuilder.defaultJobWorkerMaxJobsActive(int maxJobsActive) Deprecated.ZeebeClientBuilder.defaultJobWorkerName(String workerName) Deprecated.The name of the worker which is used when none is set for a job worker.ZeebeClientBuilder.defaultJobWorkerStreamEnabled(boolean streamEnabled) Deprecated.A custom streamEnabled allows the client to use job stream instead of job poll.ZeebeClientBuilder.defaultJobWorkerTenantIds(List<String> tenantIds) Deprecated.ZeebeClientBuilder.defaultMessageTimeToLive(Duration timeToLive) Deprecated.The time-to-live which is used when none is provided for a message.ZeebeClientBuilder.defaultRequestTimeout(Duration requestTimeout) Deprecated.The request timeout used if not overridden by the command.ZeebeClientBuilder.defaultTenantId(String tenantId) Deprecated.ZeebeClientBuilder.gatewayAddress(String gatewayAddress) Deprecated.ZeebeClientBuilder.grpcAddress(URI grpcAddress) Deprecated.default ZeebeClientBuilderZeebeClientBuilder.jobWorkerExecutor(ScheduledExecutorService executor) Deprecated.Identical behavior asjobWorkerExecutor(ScheduledExecutorService,boolean), but taking ownership of the executor by default.ZeebeClientBuilder.jobWorkerExecutor(ScheduledExecutorService executor, boolean takeOwnership) Deprecated.Allows passing a custom executor service that will be shared by all job workers created via this client.Deprecated.Time interval between keep alive messages sent to the gateway.ZeebeClientBuilder.maxMessageSize(int maxSize) Deprecated.A custom maxMessageSize allows the client to receive larger or smaller responses from Zeebe.ZeebeClientBuilder.maxMetadataSize(int maxSize) Deprecated.A custom maxMetadataSize allows the client to receive larger or smaller response headers from Zeebe.static ZeebeClientBuilderZeebeClient.newClientBuilder()Deprecated.ZeebeClientBuilder.numJobWorkerExecutionThreads(int numThreads) Deprecated.ZeebeClientBuilder.overrideAuthority(String authority) Deprecated.Overrides the authority used with TLS virtual hosting.ZeebeClientBuilder.preferRestOverGrpc(boolean preferRestOverGrpc) Deprecated.since 8.5, will be removed in 8.8ZeebeClientBuilder.restAddress(URI restAddress) Deprecated.ZeebeClientBuilder.useDefaultRetryPolicy(boolean useDefaultRetryPolicy) Deprecated.If enabled, the client will make use of the default retry policy defined.ZeebeClientBuilder.usePlaintext()Deprecated.Use a plaintext connection between the client and the gateway.ZeebeClientBuilder.withChainHandlers(org.apache.hc.client5.http.async.AsyncExecChainHandler... chainHandler) Deprecated.Custom implementations of the Apache HttpClientAsyncExecChainHandlermiddleware API.ZeebeClientBuilder.withInterceptors(io.grpc.ClientInterceptor... interceptor) Deprecated.Custom implementations of the gRPCClientInterceptormiddleware API.ZeebeClientBuilder.withJsonMapper(JsonMapper jsonMapper) Deprecated.ZeebeClientBuilder.withProperties(Properties properties) Deprecated.Sets all the properties from aPropertiesobject. -
Uses of ZeebeClientBuilder in io.camunda.zeebe.client.impl
Classes in io.camunda.zeebe.client.impl that implement ZeebeClientBuilderModifier and TypeClassDescriptionfinal classclassMethods in io.camunda.zeebe.client.impl that return ZeebeClientBuilderModifier and TypeMethodDescriptionZeebeClientBuilderImpl.applyEnvironmentVariableOverrides(boolean applyEnvironmentVariableOverrides) ZeebeClientCloudBuilderImpl.applyEnvironmentVariableOverrides(boolean applyEnvironmentVariableOverrides) ZeebeClientBuilderImpl.caCertificatePath(String certificatePath) ZeebeClientCloudBuilderImpl.caCertificatePath(String certificatePath) ZeebeClientBuilderImpl.credentialsProvider(CredentialsProvider credentialsProvider) ZeebeClientCloudBuilderImpl.credentialsProvider(CredentialsProvider credentialsProvider) ZeebeClientBuilderImpl.defaultJobPollInterval(Duration pollInterval) ZeebeClientCloudBuilderImpl.defaultJobPollInterval(Duration pollInterval) ZeebeClientBuilderImpl.defaultJobTimeout(Duration timeout) ZeebeClientCloudBuilderImpl.defaultJobTimeout(Duration timeout) ZeebeClientBuilderImpl.defaultJobWorkerMaxJobsActive(int maxJobsActive) ZeebeClientCloudBuilderImpl.defaultJobWorkerMaxJobsActive(int maxJobsActive) ZeebeClientBuilderImpl.defaultJobWorkerName(String workerName) ZeebeClientCloudBuilderImpl.defaultJobWorkerName(String workerName) ZeebeClientBuilderImpl.defaultJobWorkerStreamEnabled(boolean streamEnabled) ZeebeClientCloudBuilderImpl.defaultJobWorkerStreamEnabled(boolean streamEnabled) ZeebeClientBuilderImpl.defaultJobWorkerTenantIds(List<String> tenantIds) ZeebeClientCloudBuilderImpl.defaultJobWorkerTenantIds(List<String> tenantIds) ZeebeClientBuilderImpl.defaultMessageTimeToLive(Duration timeToLive) ZeebeClientCloudBuilderImpl.defaultMessageTimeToLive(Duration timeToLive) ZeebeClientBuilderImpl.defaultRequestTimeout(Duration requestTimeout) ZeebeClientCloudBuilderImpl.defaultRequestTimeout(Duration requestTimeout) ZeebeClientBuilderImpl.defaultTenantId(String tenantId) ZeebeClientCloudBuilderImpl.defaultTenantId(String tenantId) ZeebeClientBuilderImpl.gatewayAddress(String gatewayAddress) ZeebeClientCloudBuilderImpl.gatewayAddress(String gatewayAddress) ZeebeClientBuilderImpl.grpcAddress(URI grpcAddress) ZeebeClientCloudBuilderImpl.grpcAddress(URI grpcAddress) ZeebeClientBuilderImpl.jobWorkerExecutor(ScheduledExecutorService executor, boolean takeOwnership) ZeebeClientCloudBuilderImpl.jobWorkerExecutor(ScheduledExecutorService executor, boolean takeOwnership) ZeebeClientBuilderImpl.maxMessageSize(int maxMessageSize) ZeebeClientCloudBuilderImpl.maxMessageSize(int maxMessageSize) ZeebeClientBuilderImpl.maxMetadataSize(int maxMetadataSize) ZeebeClientCloudBuilderImpl.maxMetadataSize(int maxMetadataSize) ZeebeClientBuilderImpl.numJobWorkerExecutionThreads(int numSubscriptionThreads) ZeebeClientCloudBuilderImpl.numJobWorkerExecutionThreads(int numThreads) ZeebeClientBuilderImpl.overrideAuthority(String authority) ZeebeClientCloudBuilderImpl.overrideAuthority(String authority) ZeebeClientBuilderImpl.preferRestOverGrpc(boolean preferRestOverGrpc) ZeebeClientCloudBuilderImpl.preferRestOverGrpc(boolean preferRestOverGrpc) ZeebeClientBuilderImpl.restAddress(URI restAddress) ZeebeClientCloudBuilderImpl.restAddress(URI restAddress) ZeebeClientBuilderImpl.useDefaultRetryPolicy(boolean useDefaultRetryPolicy) ZeebeClientCloudBuilderImpl.useDefaultRetryPolicy(boolean useDefaultRetryPolicy) ZeebeClientBuilderImpl.usePlaintext()ZeebeClientCloudBuilderImpl.usePlaintext()ZeebeClientBuilderImpl.withChainHandlers(org.apache.hc.client5.http.async.AsyncExecChainHandler... chainHandler) ZeebeClientBuilderImpl.withInterceptors(io.grpc.ClientInterceptor... interceptors) ZeebeClientCloudBuilderImpl.withInterceptors(io.grpc.ClientInterceptor... interceptor) ZeebeClientBuilderImpl.withJsonMapper(JsonMapper jsonMapper) ZeebeClientCloudBuilderImpl.withJsonMapper(JsonMapper jsonMapper) ZeebeClientBuilderImpl.withProperties(Properties properties) ZeebeClientCloudBuilderImpl.withProperties(Properties properties)
grpcAddress(URI)