Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ActivatedJob - Interface in io.camunda.zeebe.client.api.response
- ActivatedJobImpl - Class in io.camunda.zeebe.client.impl.response
- ActivatedJobImpl(JsonMapper, GatewayOuterClass.ActivatedJob) - Constructor for class io.camunda.zeebe.client.impl.response.ActivatedJobImpl
- ActivateJobsCommandImpl - Class in io.camunda.zeebe.client.impl.command
- ActivateJobsCommandImpl(GatewayGrpc.GatewayStub, ZeebeClientConfiguration, JsonMapper, Predicate<Throwable>) - Constructor for class io.camunda.zeebe.client.impl.command.ActivateJobsCommandImpl
- ActivateJobsCommandStep1 - Interface in io.camunda.zeebe.client.api.command
- ActivateJobsCommandStep1.ActivateJobsCommandStep2 - Interface in io.camunda.zeebe.client.api.command
- ActivateJobsCommandStep1.ActivateJobsCommandStep3 - Interface in io.camunda.zeebe.client.api.command
- ActivateJobsResponse - Interface in io.camunda.zeebe.client.api.response
- ActivateJobsResponseImpl - Class in io.camunda.zeebe.client.impl.response
- ActivateJobsResponseImpl(JsonMapper) - Constructor for class io.camunda.zeebe.client.impl.response.ActivateJobsResponseImpl
- addProcessModel(BpmnModelInstance, String) - Method in interface io.camunda.zeebe.client.api.command.DeployProcessCommandStep1
-
Add the given process to the deployment.
- addProcessModel(BpmnModelInstance, String) - Method in class io.camunda.zeebe.client.impl.command.DeployProcessCommandImpl
- addResourceBytes(byte[], String) - Method in interface io.camunda.zeebe.client.api.command.DeployProcessCommandStep1
-
Add the given resource to the deployment.
- addResourceBytes(byte[], String) - Method in class io.camunda.zeebe.client.impl.command.DeployProcessCommandImpl
- addResourceFile(String) - Method in interface io.camunda.zeebe.client.api.command.DeployProcessCommandStep1
-
Add the given resource to the deployment.
- addResourceFile(String) - Method in class io.camunda.zeebe.client.impl.command.DeployProcessCommandImpl
- addResourceFromClasspath(String) - Method in interface io.camunda.zeebe.client.api.command.DeployProcessCommandStep1
-
Add the given resource to the deployment.
- addResourceFromClasspath(String) - Method in class io.camunda.zeebe.client.impl.command.DeployProcessCommandImpl
- addResourceStream(InputStream, String) - Method in interface io.camunda.zeebe.client.api.command.DeployProcessCommandStep1
-
Add the given resource to the deployment.
- addResourceStream(InputStream, String) - Method in class io.camunda.zeebe.client.impl.command.DeployProcessCommandImpl
- addResourceString(String, Charset, String) - Method in interface io.camunda.zeebe.client.api.command.DeployProcessCommandStep1
-
Add the given resource to the deployment.
- addResourceString(String, Charset, String) - Method in class io.camunda.zeebe.client.impl.command.DeployProcessCommandImpl
- addResourceStringUtf8(String, String) - Method in interface io.camunda.zeebe.client.api.command.DeployProcessCommandStep1
-
Add the given resource to the deployment.
- addResourceStringUtf8(String, String) - Method in class io.camunda.zeebe.client.impl.command.DeployProcessCommandImpl
- addResponse(GatewayOuterClass.ActivateJobsResponse) - Method in class io.camunda.zeebe.client.impl.response.ActivateJobsResponseImpl
- applyCredentials(Metadata) - Method in interface io.camunda.zeebe.client.CredentialsProvider
-
Adds credentials to the headers.
- applyCredentials(Metadata) - Method in class io.camunda.zeebe.client.impl.NoopCredentialsProvider
- applyCredentials(Metadata) - Method in class io.camunda.zeebe.client.impl.oauth.OAuthCredentialsProvider
-
Adds an access token to the Authorization header of a gRPC call.
- applyRequestMetadata(CallCredentials.RequestInfo, Executor, CallCredentials.MetadataApplier) - Method in class io.camunda.zeebe.client.impl.ZeebeCallCredentials
- ArgumentUtil - Class in io.camunda.zeebe.client.impl.command
- ArgumentUtil() - Constructor for class io.camunda.zeebe.client.impl.command.ArgumentUtil
- audience(String) - Method in class io.camunda.zeebe.client.impl.oauth.OAuthCredentialsProviderBuilder
-
The resource for which the the access token should be valid.
- authorizationServerUrl(String) - Method in class io.camunda.zeebe.client.impl.oauth.OAuthCredentialsProviderBuilder
-
The authorization server's URL, from which the access token will be requested.
B
- backoffFactor(double) - Method in interface io.camunda.zeebe.client.api.worker.ExponentialBackoffBuilder
-
Sets the backoff multiplication factor.
- backoffFactor(double) - Method in class io.camunda.zeebe.client.impl.worker.ExponentialBackoffBuilderImpl
- backoffSupplier(BackoffSupplier) - Method in interface io.camunda.zeebe.client.api.worker.JobWorkerBuilderStep1.JobWorkerBuilderStep3
-
Sets the backoff supplier.
- backoffSupplier(BackoffSupplier) - Method in class io.camunda.zeebe.client.impl.worker.JobWorkerBuilderImpl
- BackoffSupplier - Interface in io.camunda.zeebe.client.api.worker
-
The
JobWorker
uses this interface to determine the retry delay after each failed request. - bpmnProcessId(String) - Method in interface io.camunda.zeebe.client.api.command.CreateProcessInstanceCommandStep1
-
Set the BPMN process id of the process to create an instance of.
- bpmnProcessId(String) - Method in class io.camunda.zeebe.client.impl.command.CreateProcessInstanceCommandImpl
- BrokerInfo - Interface in io.camunda.zeebe.client.api.response
- BrokerInfoImpl - Class in io.camunda.zeebe.client.impl.response
- BrokerInfoImpl(GatewayOuterClass.BrokerInfo) - Constructor for class io.camunda.zeebe.client.impl.response.BrokerInfoImpl
- build() - Method in interface io.camunda.zeebe.client.api.worker.ExponentialBackoffBuilder
- build() - Method in class io.camunda.zeebe.client.impl.oauth.OAuthCredentialsProviderBuilder
- build() - Method in class io.camunda.zeebe.client.impl.worker.ExponentialBackoffBuilderImpl
- build() - Method in class io.camunda.zeebe.client.impl.ZeebeClientBuilderImpl
- build() - Method in class io.camunda.zeebe.client.impl.ZeebeClientCloudBuilderImpl
- build() - Method in interface io.camunda.zeebe.client.ZeebeClientBuilder
- buildChannel(ZeebeClientConfiguration) - Static method in class io.camunda.zeebe.client.impl.ZeebeClientImpl
- buildGatewayStub(ManagedChannel, ZeebeClientConfiguration) - Static method in class io.camunda.zeebe.client.impl.ZeebeClientImpl
C
- CA_CERTIFICATE_PATH - Static variable in class io.camunda.zeebe.client.ClientProperties
- CA_CERTIFICATE_VAR - Static variable in class io.camunda.zeebe.client.impl.ZeebeClientBuilderImpl
- caCertificatePath(String) - Method in class io.camunda.zeebe.client.impl.ZeebeClientBuilderImpl
- caCertificatePath(String) - Method in class io.camunda.zeebe.client.impl.ZeebeClientCloudBuilderImpl
- caCertificatePath(String) - Method in interface io.camunda.zeebe.client.ZeebeClientBuilder
-
Path to a root CA certificate to be used instead of the certificate in the default default store.
- CancelProcessInstanceCommandImpl - Class in io.camunda.zeebe.client.impl.command
- CancelProcessInstanceCommandImpl(GatewayGrpc.GatewayStub, long, Duration, Predicate<Throwable>) - Constructor for class io.camunda.zeebe.client.impl.command.CancelProcessInstanceCommandImpl
- CancelProcessInstanceCommandStep1 - Interface in io.camunda.zeebe.client.api.command
- CancelProcessInstanceResponse - Interface in io.camunda.zeebe.client.api.response
- CancelProcessInstanceResponseImpl - Class in io.camunda.zeebe.client.impl.response
- CancelProcessInstanceResponseImpl(GatewayOuterClass.CancelProcessInstanceResponse) - Constructor for class io.camunda.zeebe.client.impl.response.CancelProcessInstanceResponseImpl
- ClientException - Exception in io.camunda.zeebe.client.api.command
- ClientException(String) - Constructor for exception io.camunda.zeebe.client.api.command.ClientException
- ClientException(String, Throwable) - Constructor for exception io.camunda.zeebe.client.api.command.ClientException
- ClientException(Throwable) - Constructor for exception io.camunda.zeebe.client.api.command.ClientException
- clientId(String) - Method in class io.camunda.zeebe.client.impl.oauth.OAuthCredentialsProviderBuilder
-
Client id to be used when requesting access token from OAuth authorization server.
- ClientProperties - Class in io.camunda.zeebe.client
- clientSecret(String) - Method in class io.camunda.zeebe.client.impl.oauth.OAuthCredentialsProviderBuilder
-
Client secret to be used when requesting access token from OAuth authorization server.
- ClientStatusException - Exception in io.camunda.zeebe.client.api.command
- ClientStatusException(Status, Throwable) - Constructor for exception io.camunda.zeebe.client.api.command.ClientStatusException
- close() - Method in interface io.camunda.zeebe.client.api.worker.JobWorker
-
Closes this registration and stops receiving new work items.
- close() - Method in class io.camunda.zeebe.client.impl.worker.JobWorkerImpl
- close() - Method in class io.camunda.zeebe.client.impl.ZeebeClientImpl
- close() - Method in interface io.camunda.zeebe.client.ZeebeClient
- CLOUD_CLIENT_ID - Static variable in class io.camunda.zeebe.client.ClientProperties
- CLOUD_CLIENT_SECRET - Static variable in class io.camunda.zeebe.client.ClientProperties
- CLOUD_CLUSTER_ID - Static variable in class io.camunda.zeebe.client.ClientProperties
- CommandWithVariables<T> - Class in io.camunda.zeebe.client.impl.command
- CommandWithVariables(JsonMapper) - Constructor for class io.camunda.zeebe.client.impl.command.CommandWithVariables
- CompleteJobCommandImpl - Class in io.camunda.zeebe.client.impl.command
- CompleteJobCommandImpl(GatewayGrpc.GatewayStub, JsonMapper, long, Duration, Predicate<Throwable>) - Constructor for class io.camunda.zeebe.client.impl.command.CompleteJobCommandImpl
- CompleteJobCommandStep1 - Interface in io.camunda.zeebe.client.api.command
- CompleteJobResponse - Interface in io.camunda.zeebe.client.api.response
- CompleteJobResponseImpl - Class in io.camunda.zeebe.client.impl.response
- CompleteJobResponseImpl(GatewayOuterClass.CompleteJobResponse) - Constructor for class io.camunda.zeebe.client.impl.response.CompleteJobResponseImpl
- connectTimeout(Duration) - Method in class io.camunda.zeebe.client.impl.oauth.OAuthCredentialsProviderBuilder
-
The connection timeout of request.
- correlationKey(String) - Method in interface io.camunda.zeebe.client.api.command.PublishMessageCommandStep1.PublishMessageCommandStep2
-
Set the value of the correlation key of the message.
- correlationKey(String) - Method in class io.camunda.zeebe.client.impl.command.PublishMessageCommandImpl
- create(ActivatedJob, Runnable) - Method in class io.camunda.zeebe.client.impl.worker.JobRunnableFactory
- CreateProcessInstanceCommandImpl - Class in io.camunda.zeebe.client.impl.command
- CreateProcessInstanceCommandImpl(GatewayGrpc.GatewayStub, JsonMapper, Duration, Predicate<Throwable>) - Constructor for class io.camunda.zeebe.client.impl.command.CreateProcessInstanceCommandImpl
- CreateProcessInstanceCommandStep1 - Interface in io.camunda.zeebe.client.api.command
- CreateProcessInstanceCommandStep1.CreateProcessInstanceCommandStep2 - Interface in io.camunda.zeebe.client.api.command
- CreateProcessInstanceCommandStep1.CreateProcessInstanceCommandStep3 - Interface in io.camunda.zeebe.client.api.command
- CreateProcessInstanceCommandStep1.CreateProcessInstanceWithResultCommandStep1 - Interface in io.camunda.zeebe.client.api.command
- CreateProcessInstanceResponseImpl - Class in io.camunda.zeebe.client.impl.response
- CreateProcessInstanceResponseImpl(GatewayOuterClass.CreateProcessInstanceResponse) - Constructor for class io.camunda.zeebe.client.impl.response.CreateProcessInstanceResponseImpl
- CreateProcessInstanceWithResultCommandImpl - Class in io.camunda.zeebe.client.impl.command
- CreateProcessInstanceWithResultCommandImpl(JsonMapper, GatewayGrpc.GatewayStub, GatewayOuterClass.CreateProcessInstanceRequest.Builder, Predicate<Throwable>, Duration) - Constructor for class io.camunda.zeebe.client.impl.command.CreateProcessInstanceWithResultCommandImpl
- CreateProcessInstanceWithResultResponseImpl - Class in io.camunda.zeebe.client.impl.response
- CreateProcessInstanceWithResultResponseImpl(JsonMapper, GatewayOuterClass.CreateProcessInstanceWithResultResponse) - Constructor for class io.camunda.zeebe.client.impl.response.CreateProcessInstanceWithResultResponseImpl
- credentialsCachePath(String) - Method in class io.camunda.zeebe.client.impl.oauth.OAuthCredentialsProviderBuilder
-
The location for the credentials cache file.
- credentialsProvider(CredentialsProvider) - Method in class io.camunda.zeebe.client.impl.ZeebeClientBuilderImpl
- credentialsProvider(CredentialsProvider) - Method in class io.camunda.zeebe.client.impl.ZeebeClientCloudBuilderImpl
- credentialsProvider(CredentialsProvider) - Method in interface io.camunda.zeebe.client.ZeebeClientBuilder
-
A custom
CredentialsProvider
which will be used to apply authentication credentials to requests. - CredentialsProvider - Interface in io.camunda.zeebe.client
D
- DEFAULT_BACKOFF_SUPPLIER - Static variable in class io.camunda.zeebe.client.impl.worker.JobWorkerBuilderImpl
- DEFAULT_GATEWAY_ADDRESS - Static variable in class io.camunda.zeebe.client.impl.ZeebeClientBuilderImpl
- DEFAULT_JOB_POLL_INTERVAL - Static variable in class io.camunda.zeebe.client.ClientProperties
- DEFAULT_JOB_TIMEOUT - Static variable in class io.camunda.zeebe.client.ClientProperties
- DEFAULT_JOB_WORKER_NAME - Static variable in class io.camunda.zeebe.client.ClientProperties
- DEFAULT_MESSAGE_TIME_TO_LIVE - Static variable in class io.camunda.zeebe.client.ClientProperties
- DEFAULT_REQUEST_TIMEOUT - Static variable in class io.camunda.zeebe.client.ClientProperties
- defaultJobPollInterval(Duration) - Method in class io.camunda.zeebe.client.impl.ZeebeClientBuilderImpl
- defaultJobPollInterval(Duration) - Method in class io.camunda.zeebe.client.impl.ZeebeClientCloudBuilderImpl
- defaultJobPollInterval(Duration) - Method in interface io.camunda.zeebe.client.ZeebeClientBuilder
-
The interval which a job worker is periodically polling for new jobs.
- defaultJobTimeout(Duration) - Method in class io.camunda.zeebe.client.impl.ZeebeClientBuilderImpl
- defaultJobTimeout(Duration) - Method in class io.camunda.zeebe.client.impl.ZeebeClientCloudBuilderImpl
- defaultJobTimeout(Duration) - Method in interface io.camunda.zeebe.client.ZeebeClientBuilder
-
The timeout which is used when none is provided for a job worker.
- defaultJobWorkerMaxJobsActive(int) - Method in class io.camunda.zeebe.client.impl.ZeebeClientBuilderImpl
- defaultJobWorkerMaxJobsActive(int) - Method in class io.camunda.zeebe.client.impl.ZeebeClientCloudBuilderImpl
- defaultJobWorkerMaxJobsActive(int) - Method in interface io.camunda.zeebe.client.ZeebeClientBuilder
- defaultJobWorkerName(String) - Method in class io.camunda.zeebe.client.impl.ZeebeClientBuilderImpl
- defaultJobWorkerName(String) - Method in class io.camunda.zeebe.client.impl.ZeebeClientCloudBuilderImpl
- defaultJobWorkerName(String) - Method in interface io.camunda.zeebe.client.ZeebeClientBuilder
-
The name of the worker which is used when none is set for a job worker.
- defaultMessageTimeToLive(Duration) - Method in class io.camunda.zeebe.client.impl.ZeebeClientBuilderImpl
- defaultMessageTimeToLive(Duration) - Method in class io.camunda.zeebe.client.impl.ZeebeClientCloudBuilderImpl
- defaultMessageTimeToLive(Duration) - Method in interface io.camunda.zeebe.client.ZeebeClientBuilder
-
The time-to-live which is used when none is provided for a message.
- defaultRequestTimeout(Duration) - Method in class io.camunda.zeebe.client.impl.ZeebeClientBuilderImpl
- defaultRequestTimeout(Duration) - Method in class io.camunda.zeebe.client.impl.ZeebeClientCloudBuilderImpl
- defaultRequestTimeout(Duration) - Method in interface io.camunda.zeebe.client.ZeebeClientBuilder
-
The request timeout used if not overridden by the command.
- DeploymentEvent - Interface in io.camunda.zeebe.client.api.response
- DeploymentEventImpl - Class in io.camunda.zeebe.client.impl.response
- DeploymentEventImpl(GatewayOuterClass.DeployProcessResponse) - Constructor for class io.camunda.zeebe.client.impl.response.DeploymentEventImpl
- DeployProcessCommandImpl - Class in io.camunda.zeebe.client.impl.command
- DeployProcessCommandImpl(GatewayGrpc.GatewayStub, Duration, Predicate<Throwable>) - Constructor for class io.camunda.zeebe.client.impl.command.DeployProcessCommandImpl
- DeployProcessCommandStep1 - Interface in io.camunda.zeebe.client.api.command
- DeployProcessCommandStep1.DeployProcessCommandBuilderStep2 - Interface in io.camunda.zeebe.client.api.command
E
- ensureGreaterThan(String, long, long) - Static method in class io.camunda.zeebe.client.impl.command.ArgumentUtil
- ensureNotEmpty(String, String) - Static method in class io.camunda.zeebe.client.impl.command.ArgumentUtil
- ensureNotNull(String, Object) - Static method in class io.camunda.zeebe.client.impl.command.ArgumentUtil
- ensureNotNullNorEmpty(String, String) - Static method in class io.camunda.zeebe.client.impl.command.ArgumentUtil
- Environment - Class in io.camunda.zeebe.client.impl.util
-
Representation of client environment variables
- equals(Object) - Method in class io.camunda.zeebe.client.impl.response.ProcessImpl
- equals(Object) - Method in class io.camunda.zeebe.client.impl.ZeebeClientCredentials
- errorCode(String) - Method in interface io.camunda.zeebe.client.api.command.ThrowErrorCommandStep1
-
Set the errorCode for the error.
- errorCode(String) - Method in class io.camunda.zeebe.client.impl.command.ThrowErrorCommandImpl
- errorMessage(String) - Method in interface io.camunda.zeebe.client.api.command.FailJobCommandStep1.FailJobCommandStep2
-
Provide an error message describing the reason for the job failure.
- errorMessage(String) - Method in interface io.camunda.zeebe.client.api.command.ThrowErrorCommandStep1.ThrowErrorCommandStep2
-
Provide an error message describing the reason for the non-technical error.
- errorMessage(String) - Method in class io.camunda.zeebe.client.impl.command.FailJobCommandImpl
- errorMessage(String) - Method in class io.camunda.zeebe.client.impl.command.ThrowErrorCommandImpl
- ExponentialBackoff - Class in io.camunda.zeebe.client.impl.worker
-
An implementation of
BackoffSupplier
which uses a simple formula, multiplying the previous delay with an increasing multiplier and adding some jitter to avoid multiple clients polling at the same time even with back off. - ExponentialBackoff(long, long, double, double, Random) - Constructor for class io.camunda.zeebe.client.impl.worker.ExponentialBackoff
- ExponentialBackoffBuilder - Interface in io.camunda.zeebe.client.api.worker
- ExponentialBackoffBuilderImpl - Class in io.camunda.zeebe.client.impl.worker
- ExponentialBackoffBuilderImpl() - Constructor for class io.camunda.zeebe.client.impl.worker.ExponentialBackoffBuilderImpl
F
- FailJobCommandImpl - Class in io.camunda.zeebe.client.impl.command
- FailJobCommandImpl(GatewayGrpc.GatewayStub, long, Duration, Predicate<Throwable>) - Constructor for class io.camunda.zeebe.client.impl.command.FailJobCommandImpl
- FailJobCommandStep1 - Interface in io.camunda.zeebe.client.api.command
- FailJobCommandStep1.FailJobCommandStep2 - Interface in io.camunda.zeebe.client.api.command
- FailJobResponse - Interface in io.camunda.zeebe.client.api.response
- FailJobResponseImpl - Class in io.camunda.zeebe.client.impl.response
- FailJobResponseImpl(GatewayOuterClass.FailJobResponse) - Constructor for class io.camunda.zeebe.client.impl.response.FailJobResponseImpl
- fetchVariables(String...) - Method in interface io.camunda.zeebe.client.api.command.ActivateJobsCommandStep1.ActivateJobsCommandStep3
-
Set a list of variable names which should be fetch on job activation.
- fetchVariables(String...) - Method in interface io.camunda.zeebe.client.api.command.CreateProcessInstanceCommandStep1.CreateProcessInstanceWithResultCommandStep1
-
Set a list of variables names which should be fetched in the response.
- fetchVariables(String...) - Method in interface io.camunda.zeebe.client.api.worker.JobWorkerBuilderStep1.JobWorkerBuilderStep3
-
Set a list of variable names which should be fetch on job activation.
- fetchVariables(String...) - Method in class io.camunda.zeebe.client.impl.command.ActivateJobsCommandImpl
- fetchVariables(String...) - Method in class io.camunda.zeebe.client.impl.command.CreateProcessInstanceWithResultCommandImpl
- fetchVariables(String...) - Method in class io.camunda.zeebe.client.impl.worker.JobWorkerBuilderImpl
- fetchVariables(List<String>) - Method in interface io.camunda.zeebe.client.api.command.ActivateJobsCommandStep1.ActivateJobsCommandStep3
-
Set a list of variable names which should be fetch on job activation.
- fetchVariables(List<String>) - Method in interface io.camunda.zeebe.client.api.command.CreateProcessInstanceCommandStep1.CreateProcessInstanceWithResultCommandStep1
-
Set a list of variables names which should be fetched in the response.
- fetchVariables(List<String>) - Method in interface io.camunda.zeebe.client.api.worker.JobWorkerBuilderStep1.JobWorkerBuilderStep3
-
Set a list of variable names which should be fetch on job activation.
- fetchVariables(List<String>) - Method in class io.camunda.zeebe.client.impl.command.ActivateJobsCommandImpl
- fetchVariables(List<String>) - Method in class io.camunda.zeebe.client.impl.command.CreateProcessInstanceWithResultCommandImpl
- fetchVariables(List<String>) - Method in class io.camunda.zeebe.client.impl.worker.JobWorkerBuilderImpl
- FinalCommandStep<T> - Interface in io.camunda.zeebe.client.api.command
- FOLLOWER - Enum constant in enum io.camunda.zeebe.client.api.response.PartitionBrokerRole
- fromJson(String, Class<T>) - Method in interface io.camunda.zeebe.client.api.JsonMapper
-
Deserializes a JSON string into an equivalent POJO of type
T
. - fromJson(String, Class<T>) - Method in class io.camunda.zeebe.client.impl.ZeebeObjectMapper
- fromJsonAsMap(String) - Method in interface io.camunda.zeebe.client.api.JsonMapper
-
Deserializes a JSON string into a string to object map.
- fromJsonAsMap(String) - Method in class io.camunda.zeebe.client.impl.ZeebeObjectMapper
- fromJsonAsStringMap(String) - Method in interface io.camunda.zeebe.client.api.JsonMapper
-
Deserializes a JSON string into a string to string map.
- fromJsonAsStringMap(String) - Method in class io.camunda.zeebe.client.impl.ZeebeObjectMapper
G
- GATEWAY_ADDRESS - Static variable in class io.camunda.zeebe.client.ClientProperties
- gatewayAddress(String) - Method in class io.camunda.zeebe.client.impl.ZeebeClientBuilderImpl
- gatewayAddress(String) - Method in class io.camunda.zeebe.client.impl.ZeebeClientCloudBuilderImpl
- gatewayAddress(String) - Method in interface io.camunda.zeebe.client.ZeebeClientBuilder
- get(String) - Method in class io.camunda.zeebe.client.impl.oauth.OAuthCredentialsCache
- get(String) - Method in class io.camunda.zeebe.client.impl.util.Environment
- getAccessToken() - Method in class io.camunda.zeebe.client.impl.ZeebeClientCredentials
- getAddress() - Method in interface io.camunda.zeebe.client.api.response.BrokerInfo
- getAddress() - Method in class io.camunda.zeebe.client.impl.response.BrokerInfoImpl
- getBoolean(String) - Method in class io.camunda.zeebe.client.impl.util.Environment
- getBpmnProcessId() - Method in interface io.camunda.zeebe.client.api.response.ActivatedJob
- getBpmnProcessId() - Method in interface io.camunda.zeebe.client.api.response.Process
- getBpmnProcessId() - Method in interface io.camunda.zeebe.client.api.response.ProcessInstanceEvent
-
BPMN process id of the process which this instance was created for
- getBpmnProcessId() - Method in interface io.camunda.zeebe.client.api.response.ProcessInstanceResult
-
BPMN process id of the process which this instance was created for
- getBpmnProcessId() - Method in class io.camunda.zeebe.client.impl.response.ActivatedJobImpl
- getBpmnProcessId() - Method in class io.camunda.zeebe.client.impl.response.CreateProcessInstanceResponseImpl
- getBpmnProcessId() - Method in class io.camunda.zeebe.client.impl.response.CreateProcessInstanceWithResultResponseImpl
- getBpmnProcessId() - Method in class io.camunda.zeebe.client.impl.response.ProcessImpl
- getBrokers() - Method in interface io.camunda.zeebe.client.api.response.Topology
- getBrokers() - Method in class io.camunda.zeebe.client.impl.response.TopologyImpl
- getCaCertificatePath() - Method in class io.camunda.zeebe.client.impl.ZeebeClientBuilderImpl
- getCaCertificatePath() - Method in interface io.camunda.zeebe.client.ZeebeClientConfiguration
- getClusterSize() - Method in interface io.camunda.zeebe.client.api.response.Topology
- getClusterSize() - Method in class io.camunda.zeebe.client.impl.response.TopologyImpl
- getConfiguration() - Method in class io.camunda.zeebe.client.impl.ZeebeClientImpl
- getConfiguration() - Method in interface io.camunda.zeebe.client.ZeebeClient
- getConnectTimeout() - Method in class io.camunda.zeebe.client.impl.oauth.OAuthCredentialsProviderBuilder
- getCredentialsProvider() - Method in class io.camunda.zeebe.client.impl.ZeebeClientBuilderImpl
- getCredentialsProvider() - Method in interface io.camunda.zeebe.client.ZeebeClientConfiguration
- getCustomHeaders() - Method in interface io.camunda.zeebe.client.api.response.ActivatedJob
- getCustomHeaders() - Method in class io.camunda.zeebe.client.impl.response.ActivatedJobImpl
- getDeadline() - Method in interface io.camunda.zeebe.client.api.response.ActivatedJob
- getDeadline() - Method in class io.camunda.zeebe.client.impl.response.ActivatedJobImpl
- getDefaultJobPollInterval() - Method in class io.camunda.zeebe.client.impl.ZeebeClientBuilderImpl
- getDefaultJobPollInterval() - Method in interface io.camunda.zeebe.client.ZeebeClientConfiguration
- getDefaultJobTimeout() - Method in class io.camunda.zeebe.client.impl.ZeebeClientBuilderImpl
- getDefaultJobTimeout() - Method in interface io.camunda.zeebe.client.ZeebeClientConfiguration
- getDefaultJobWorkerMaxJobsActive() - Method in class io.camunda.zeebe.client.impl.ZeebeClientBuilderImpl
- getDefaultJobWorkerMaxJobsActive() - Method in interface io.camunda.zeebe.client.ZeebeClientConfiguration
- getDefaultJobWorkerName() - Method in class io.camunda.zeebe.client.impl.ZeebeClientBuilderImpl
- getDefaultJobWorkerName() - Method in interface io.camunda.zeebe.client.ZeebeClientConfiguration
- getDefaultMessageTimeToLive() - Method in class io.camunda.zeebe.client.impl.ZeebeClientBuilderImpl
- getDefaultMessageTimeToLive() - Method in interface io.camunda.zeebe.client.ZeebeClientConfiguration
- getDefaultRequestTimeout() - Method in class io.camunda.zeebe.client.impl.ZeebeClientBuilderImpl
- getDefaultRequestTimeout() - Method in interface io.camunda.zeebe.client.ZeebeClientConfiguration
- getElementId() - Method in interface io.camunda.zeebe.client.api.response.ActivatedJob
- getElementId() - Method in class io.camunda.zeebe.client.impl.response.ActivatedJobImpl
- getElementInstanceKey() - Method in interface io.camunda.zeebe.client.api.response.ActivatedJob
- getElementInstanceKey() - Method in class io.camunda.zeebe.client.impl.response.ActivatedJobImpl
- getExpiry() - Method in class io.camunda.zeebe.client.impl.ZeebeClientCredentials
- getGatewayAddress() - Method in class io.camunda.zeebe.client.impl.ZeebeClientBuilderImpl
- getGatewayAddress() - Method in interface io.camunda.zeebe.client.ZeebeClientConfiguration
- getGatewayVersion() - Method in interface io.camunda.zeebe.client.api.response.Topology
- getGatewayVersion() - Method in class io.camunda.zeebe.client.impl.response.TopologyImpl
- getHealth() - Method in interface io.camunda.zeebe.client.api.response.PartitionInfo
- getHealth() - Method in class io.camunda.zeebe.client.impl.response.PartitionInfoImpl
- getHost() - Method in interface io.camunda.zeebe.client.api.response.BrokerInfo
- getHost() - Method in class io.camunda.zeebe.client.impl.response.BrokerInfoImpl
- getInterceptors() - Method in class io.camunda.zeebe.client.impl.ZeebeClientBuilderImpl
- getInterceptors() - Method in interface io.camunda.zeebe.client.ZeebeClientConfiguration
- getJobs() - Method in interface io.camunda.zeebe.client.api.response.ActivateJobsResponse
- getJobs() - Method in class io.camunda.zeebe.client.impl.response.ActivateJobsResponseImpl
- getJsonMapper() - Method in class io.camunda.zeebe.client.impl.ZeebeClientBuilderImpl
- getJsonMapper() - Method in interface io.camunda.zeebe.client.ZeebeClientConfiguration
- getKeepAlive() - Method in class io.camunda.zeebe.client.impl.ZeebeClientBuilderImpl
- getKeepAlive() - Method in interface io.camunda.zeebe.client.ZeebeClientConfiguration
- getKey() - Method in interface io.camunda.zeebe.client.api.response.ActivatedJob
- getKey() - Method in interface io.camunda.zeebe.client.api.response.DeploymentEvent
- getKey() - Method in interface io.camunda.zeebe.client.api.response.SetVariablesResponse
- getKey() - Method in class io.camunda.zeebe.client.impl.response.ActivatedJobImpl
- getKey() - Method in class io.camunda.zeebe.client.impl.response.DeploymentEventImpl
- getKey() - Method in class io.camunda.zeebe.client.impl.response.SetVariablesResponseImpl
- getMessageKey() - Method in interface io.camunda.zeebe.client.api.response.PublishMessageResponse
-
Returns the record key of the message that was published.
- getMessageKey() - Method in class io.camunda.zeebe.client.impl.response.PublishMessageResponseImpl
- getNodeId() - Method in interface io.camunda.zeebe.client.api.response.BrokerInfo
- getNodeId() - Method in class io.camunda.zeebe.client.impl.response.BrokerInfoImpl
- getNumJobWorkerExecutionThreads() - Method in class io.camunda.zeebe.client.impl.ZeebeClientBuilderImpl
- getNumJobWorkerExecutionThreads() - Method in interface io.camunda.zeebe.client.ZeebeClientConfiguration
- getPartitionId() - Method in interface io.camunda.zeebe.client.api.response.PartitionInfo
- getPartitionId() - Method in class io.camunda.zeebe.client.impl.response.PartitionInfoImpl
- getPartitions() - Method in interface io.camunda.zeebe.client.api.response.BrokerInfo
- getPartitions() - Method in class io.camunda.zeebe.client.impl.response.BrokerInfoImpl
- getPartitionsCount() - Method in interface io.camunda.zeebe.client.api.response.Topology
- getPartitionsCount() - Method in class io.camunda.zeebe.client.impl.response.TopologyImpl
- getPort() - Method in interface io.camunda.zeebe.client.api.response.BrokerInfo
- getPort() - Method in class io.camunda.zeebe.client.impl.response.BrokerInfoImpl
- getProcessDefinitionKey() - Method in interface io.camunda.zeebe.client.api.response.ActivatedJob
- getProcessDefinitionKey() - Method in interface io.camunda.zeebe.client.api.response.Process
- getProcessDefinitionKey() - Method in interface io.camunda.zeebe.client.api.response.ProcessInstanceEvent
-
Key of the process which this instance was created for
- getProcessDefinitionKey() - Method in interface io.camunda.zeebe.client.api.response.ProcessInstanceResult
-
Key of the process which this instance was created for
- getProcessDefinitionKey() - Method in class io.camunda.zeebe.client.impl.response.ActivatedJobImpl
- getProcessDefinitionKey() - Method in class io.camunda.zeebe.client.impl.response.CreateProcessInstanceResponseImpl
- getProcessDefinitionKey() - Method in class io.camunda.zeebe.client.impl.response.CreateProcessInstanceWithResultResponseImpl
- getProcessDefinitionKey() - Method in class io.camunda.zeebe.client.impl.response.ProcessImpl
- getProcessDefinitionVersion() - Method in interface io.camunda.zeebe.client.api.response.ActivatedJob
- getProcessDefinitionVersion() - Method in class io.camunda.zeebe.client.impl.response.ActivatedJobImpl
- getProcesses() - Method in interface io.camunda.zeebe.client.api.response.DeploymentEvent
- getProcesses() - Method in class io.camunda.zeebe.client.impl.response.DeploymentEventImpl
- getProcessInstanceKey() - Method in interface io.camunda.zeebe.client.api.response.ActivatedJob
- getProcessInstanceKey() - Method in interface io.camunda.zeebe.client.api.response.ProcessInstanceEvent
-
Unique key of the created process instance on the partition
- getProcessInstanceKey() - Method in interface io.camunda.zeebe.client.api.response.ProcessInstanceResult
-
Unique key of the created process instance on the partition
- getProcessInstanceKey() - Method in class io.camunda.zeebe.client.impl.response.ActivatedJobImpl
- getProcessInstanceKey() - Method in class io.camunda.zeebe.client.impl.response.CreateProcessInstanceResponseImpl
- getProcessInstanceKey() - Method in class io.camunda.zeebe.client.impl.response.CreateProcessInstanceWithResultResponseImpl
- getReadTimeout() - Method in class io.camunda.zeebe.client.impl.oauth.OAuthCredentialsProviderBuilder
- getReplicationFactor() - Method in interface io.camunda.zeebe.client.api.response.Topology
- getReplicationFactor() - Method in class io.camunda.zeebe.client.impl.response.TopologyImpl
- getResourceName() - Method in interface io.camunda.zeebe.client.api.response.Process
- getResourceName() - Method in class io.camunda.zeebe.client.impl.response.ProcessImpl
- getRetries() - Method in interface io.camunda.zeebe.client.api.response.ActivatedJob
- getRetries() - Method in class io.camunda.zeebe.client.impl.response.ActivatedJobImpl
- getRole() - Method in interface io.camunda.zeebe.client.api.response.PartitionInfo
- getRole() - Method in class io.camunda.zeebe.client.impl.response.PartitionInfoImpl
- getStatus() - Method in exception io.camunda.zeebe.client.api.command.ClientStatusException
- getStatusCode() - Method in exception io.camunda.zeebe.client.api.command.ClientStatusException
- getTokenType() - Method in class io.camunda.zeebe.client.impl.ZeebeClientCredentials
- getType() - Method in interface io.camunda.zeebe.client.api.response.ActivatedJob
- getType() - Method in class io.camunda.zeebe.client.impl.response.ActivatedJobImpl
- getVariables() - Method in interface io.camunda.zeebe.client.api.response.ActivatedJob
- getVariables() - Method in interface io.camunda.zeebe.client.api.response.ProcessInstanceResult
-
Variables returned after the process is completed.
- getVariables() - Method in class io.camunda.zeebe.client.impl.response.ActivatedJobImpl
- getVariables() - Method in class io.camunda.zeebe.client.impl.response.CreateProcessInstanceWithResultResponseImpl
- getVariablesAsMap() - Method in interface io.camunda.zeebe.client.api.response.ActivatedJob
- getVariablesAsMap() - Method in interface io.camunda.zeebe.client.api.response.ProcessInstanceResult
-
Variables returned after the process is completed.
- getVariablesAsMap() - Method in class io.camunda.zeebe.client.impl.response.ActivatedJobImpl
- getVariablesAsMap() - Method in class io.camunda.zeebe.client.impl.response.CreateProcessInstanceWithResultResponseImpl
- getVariablesAsType(Class<T>) - Method in interface io.camunda.zeebe.client.api.response.ActivatedJob
- getVariablesAsType(Class<T>) - Method in interface io.camunda.zeebe.client.api.response.ProcessInstanceResult
-
Variables returned after the process is completed.
- getVariablesAsType(Class<T>) - Method in class io.camunda.zeebe.client.impl.response.ActivatedJobImpl
- getVariablesAsType(Class<T>) - Method in class io.camunda.zeebe.client.impl.response.CreateProcessInstanceWithResultResponseImpl
- getVersion() - Method in interface io.camunda.zeebe.client.api.response.BrokerInfo
- getVersion() - Method in interface io.camunda.zeebe.client.api.response.Process
- getVersion() - Method in interface io.camunda.zeebe.client.api.response.ProcessInstanceEvent
-
Version of the process which this instance was created for
- getVersion() - Method in interface io.camunda.zeebe.client.api.response.ProcessInstanceResult
-
Version of the process which this instance was created for
- getVersion() - Method in class io.camunda.zeebe.client.impl.response.BrokerInfoImpl
- getVersion() - Method in class io.camunda.zeebe.client.impl.response.CreateProcessInstanceResponseImpl
- getVersion() - Method in class io.camunda.zeebe.client.impl.response.CreateProcessInstanceWithResultResponseImpl
- getVersion() - Method in class io.camunda.zeebe.client.impl.response.ProcessImpl
- getVersion() - Static method in class io.camunda.zeebe.client.impl.util.VersionUtil
- getWorker() - Method in interface io.camunda.zeebe.client.api.response.ActivatedJob
- getWorker() - Method in class io.camunda.zeebe.client.impl.response.ActivatedJobImpl
H
- handle(JobClient, ActivatedJob) - Method in interface io.camunda.zeebe.client.api.worker.JobHandler
-
Handles a job.
- handler(JobHandler) - Method in interface io.camunda.zeebe.client.api.worker.JobWorkerBuilderStep1.JobWorkerBuilderStep2
-
Set the handler to process the jobs.
- handler(JobHandler) - Method in class io.camunda.zeebe.client.impl.worker.JobWorkerBuilderImpl
- hashCode() - Method in class io.camunda.zeebe.client.impl.response.ProcessImpl
- hashCode() - Method in class io.camunda.zeebe.client.impl.ZeebeClientCredentials
- HEALTHY - Enum constant in enum io.camunda.zeebe.client.api.response.PartitionBrokerHealth
I
- INACTIVE - Enum constant in enum io.camunda.zeebe.client.api.response.PartitionBrokerRole
- InternalClientException - Exception in io.camunda.zeebe.client.api.command
-
Exception which is thrown on internal errors inside the client itself.
- InternalClientException(String) - Constructor for exception io.camunda.zeebe.client.api.command.InternalClientException
- InternalClientException(String, Throwable) - Constructor for exception io.camunda.zeebe.client.api.command.InternalClientException
- INVALID_ARGUMENT_MSG - Static variable in class io.camunda.zeebe.client.impl.oauth.OAuthCredentialsProviderBuilder
- io.camunda.zeebe.client - package io.camunda.zeebe.client
- io.camunda.zeebe.client.api - package io.camunda.zeebe.client.api
- io.camunda.zeebe.client.api.command - package io.camunda.zeebe.client.api.command
- io.camunda.zeebe.client.api.response - package io.camunda.zeebe.client.api.response
- io.camunda.zeebe.client.api.worker - package io.camunda.zeebe.client.api.worker
- io.camunda.zeebe.client.impl - package io.camunda.zeebe.client.impl
- io.camunda.zeebe.client.impl.command - package io.camunda.zeebe.client.impl.command
- io.camunda.zeebe.client.impl.oauth - package io.camunda.zeebe.client.impl.oauth
- io.camunda.zeebe.client.impl.response - package io.camunda.zeebe.client.impl.response
- io.camunda.zeebe.client.impl.util - package io.camunda.zeebe.client.impl.util
- io.camunda.zeebe.client.impl.worker - package io.camunda.zeebe.client.impl.worker
- isClosed() - Method in interface io.camunda.zeebe.client.api.worker.JobWorker
- isClosed() - Method in class io.camunda.zeebe.client.impl.worker.JobWorkerImpl
- isDefined(String) - Method in class io.camunda.zeebe.client.impl.util.Environment
- isLeader() - Method in interface io.camunda.zeebe.client.api.response.PartitionInfo
- isLeader() - Method in class io.camunda.zeebe.client.impl.response.PartitionInfoImpl
- isOpen() - Method in interface io.camunda.zeebe.client.api.worker.JobWorker
- isOpen() - Method in class io.camunda.zeebe.client.impl.worker.JobWorkerImpl
- isPlaintextConnectionEnabled() - Method in class io.camunda.zeebe.client.impl.ZeebeClientBuilderImpl
- isPlaintextConnectionEnabled() - Method in interface io.camunda.zeebe.client.ZeebeClientConfiguration
- isValid() - Method in class io.camunda.zeebe.client.impl.ZeebeClientCredentials
J
- jitterFactor(double) - Method in interface io.camunda.zeebe.client.api.worker.ExponentialBackoffBuilder
-
Sets the jitter factor.
- jitterFactor(double) - Method in class io.camunda.zeebe.client.impl.worker.ExponentialBackoffBuilderImpl
- JOB_POLLER_LOGGER - Static variable in class io.camunda.zeebe.client.impl.Loggers
- JOB_WORKER_EXECUTION_THREADS - Static variable in class io.camunda.zeebe.client.ClientProperties
- JOB_WORKER_LOGGER - Static variable in class io.camunda.zeebe.client.impl.Loggers
- JOB_WORKER_MAX_JOBS_ACTIVE - Static variable in class io.camunda.zeebe.client.ClientProperties
- JobClient - Interface in io.camunda.zeebe.client.api.worker
-
A client with access to all job-related operation: complete a job mark a job as failed update the retries of a job
- JobClientImpl - Class in io.camunda.zeebe.client.impl.worker
- JobClientImpl(GatewayGrpc.GatewayStub, ZeebeClientConfiguration, JsonMapper, Predicate<Throwable>) - Constructor for class io.camunda.zeebe.client.impl.worker.JobClientImpl
- JobHandler - Interface in io.camunda.zeebe.client.api.worker
-
Implementations MUST be thread-safe.
- JobPoller - Class in io.camunda.zeebe.client.impl.worker
- JobPoller(GatewayGrpc.GatewayStub, GatewayOuterClass.ActivateJobsRequest.Builder, JsonMapper, Duration, Predicate<Throwable>) - Constructor for class io.camunda.zeebe.client.impl.worker.JobPoller
- JobRunnableFactory - Class in io.camunda.zeebe.client.impl.worker
- JobRunnableFactory(JobClient, JobHandler) - Constructor for class io.camunda.zeebe.client.impl.worker.JobRunnableFactory
- jobType(String) - Method in interface io.camunda.zeebe.client.api.command.ActivateJobsCommandStep1
-
Set the type of jobs to work on.
- jobType(String) - Method in interface io.camunda.zeebe.client.api.worker.JobWorkerBuilderStep1
-
Set the type of jobs to work on.
- jobType(String) - Method in class io.camunda.zeebe.client.impl.command.ActivateJobsCommandImpl
- jobType(String) - Method in class io.camunda.zeebe.client.impl.worker.JobWorkerBuilderImpl
- JobUpdateRetriesCommandImpl - Class in io.camunda.zeebe.client.impl.command
- JobUpdateRetriesCommandImpl(GatewayGrpc.GatewayStub, long, Duration, Predicate<Throwable>) - Constructor for class io.camunda.zeebe.client.impl.command.JobUpdateRetriesCommandImpl
- JobWorker - Interface in io.camunda.zeebe.client.api.worker
-
Represents an active job worker that perfors jobs of a certain type.
- JobWorkerBuilderImpl - Class in io.camunda.zeebe.client.impl.worker
- JobWorkerBuilderImpl(ZeebeClientConfiguration, GatewayGrpc.GatewayStub, JobClient, JsonMapper, ScheduledExecutorService, List<Closeable>, Predicate<Throwable>) - Constructor for class io.camunda.zeebe.client.impl.worker.JobWorkerBuilderImpl
- JobWorkerBuilderStep1 - Interface in io.camunda.zeebe.client.api.worker
- JobWorkerBuilderStep1.JobWorkerBuilderStep2 - Interface in io.camunda.zeebe.client.api.worker
- JobWorkerBuilderStep1.JobWorkerBuilderStep3 - Interface in io.camunda.zeebe.client.api.worker
- JobWorkerImpl - Class in io.camunda.zeebe.client.impl.worker
-
The job worker wants to have enough jobs to work on.
- JobWorkerImpl(int, ScheduledExecutorService, Duration, JobRunnableFactory, JobPoller, BackoffSupplier) - Constructor for class io.camunda.zeebe.client.impl.worker.JobWorkerImpl
- join() - Method in interface io.camunda.zeebe.client.api.ZeebeFuture
-
Like
Future.get()
but throws runtime exceptions. - join() - Method in class io.camunda.zeebe.client.impl.ZeebeClientFutureImpl
- join(long, TimeUnit) - Method in interface io.camunda.zeebe.client.api.ZeebeFuture
-
Like
Future.get(long, TimeUnit)
but throws runtime exceptions. - join(long, TimeUnit) - Method in class io.camunda.zeebe.client.impl.ZeebeClientFutureImpl
- JsonMapper - Interface in io.camunda.zeebe.client.api
-
This interface is using to customize the way how objects will be serialized and deserialized in JSON format.
K
- KEEP_ALIVE - Static variable in class io.camunda.zeebe.client.ClientProperties
- KEEP_ALIVE_VAR - Static variable in class io.camunda.zeebe.client.impl.ZeebeClientBuilderImpl
- keepAlive(Duration) - Method in class io.camunda.zeebe.client.impl.ZeebeClientBuilderImpl
- keepAlive(Duration) - Method in class io.camunda.zeebe.client.impl.ZeebeClientCloudBuilderImpl
- keepAlive(Duration) - Method in interface io.camunda.zeebe.client.ZeebeClientBuilder
-
Time interval between keep alive messages sent to the gateway.
L
- LATEST_VERSION - Static variable in interface io.camunda.zeebe.client.api.command.CreateProcessInstanceCommandStep1
-
Use the latest version of the process (without guarantee).
- latestVersion() - Method in interface io.camunda.zeebe.client.api.command.CreateProcessInstanceCommandStep1.CreateProcessInstanceCommandStep2
-
Use the latest version of the process to create an instance of.
- latestVersion() - Method in class io.camunda.zeebe.client.impl.command.CreateProcessInstanceCommandImpl
- LEADER - Enum constant in enum io.camunda.zeebe.client.api.response.PartitionBrokerRole
- local(boolean) - Method in interface io.camunda.zeebe.client.api.command.SetVariablesCommandStep1.SetVariablesCommandStep2
-
If true, the variables will be merged strictly into the local scope (as indicated by elementInstanceKey); this means the variables is not propagated to upper scopes.
- local(boolean) - Method in class io.camunda.zeebe.client.impl.command.SetVariablesCommandImpl
- LOG - Static variable in class io.camunda.zeebe.client.impl.util.VersionUtil
- LOGGER - Static variable in class io.camunda.zeebe.client.impl.Loggers
- Loggers - Class in io.camunda.zeebe.client.impl
- Loggers() - Constructor for class io.camunda.zeebe.client.impl.Loggers
M
- maxDelay(long) - Method in interface io.camunda.zeebe.client.api.worker.ExponentialBackoffBuilder
-
Sets the maximum retry delay.
- maxDelay(long) - Method in class io.camunda.zeebe.client.impl.worker.ExponentialBackoffBuilderImpl
- maxJobsActive(int) - Method in interface io.camunda.zeebe.client.api.worker.JobWorkerBuilderStep1.JobWorkerBuilderStep3
-
Set the maximum number of jobs which will be exclusively activated for this worker at the same time.
- maxJobsActive(int) - Method in class io.camunda.zeebe.client.impl.worker.JobWorkerBuilderImpl
- maxJobsToActivate(int) - Method in interface io.camunda.zeebe.client.api.command.ActivateJobsCommandStep1.ActivateJobsCommandStep2
-
Set the maximum of jobs to activate.
- maxJobsToActivate(int) - Method in class io.camunda.zeebe.client.impl.command.ActivateJobsCommandImpl
- messageId(String) - Method in interface io.camunda.zeebe.client.api.command.PublishMessageCommandStep1.PublishMessageCommandStep3
-
Set the id of the message.
- messageId(String) - Method in class io.camunda.zeebe.client.impl.command.PublishMessageCommandImpl
- messageName(String) - Method in interface io.camunda.zeebe.client.api.command.PublishMessageCommandStep1
-
Set the name of the message.
- messageName(String) - Method in class io.camunda.zeebe.client.impl.command.PublishMessageCommandImpl
- minDelay(long) - Method in interface io.camunda.zeebe.client.api.worker.ExponentialBackoffBuilder
-
Sets the minimum retry delay.
- minDelay(long) - Method in class io.camunda.zeebe.client.impl.worker.ExponentialBackoffBuilderImpl
N
- name(String) - Method in interface io.camunda.zeebe.client.api.worker.JobWorkerBuilderStep1.JobWorkerBuilderStep3
-
Set the name of the worker owner.
- name(String) - Method in class io.camunda.zeebe.client.impl.worker.JobWorkerBuilderImpl
- newActivateJobsCommand() - Method in class io.camunda.zeebe.client.impl.ZeebeClientImpl
- newActivateJobsCommand() - Method in interface io.camunda.zeebe.client.ZeebeClient
-
Command to activate multiple jobs of a given type.
- newBackoffBuilder() - Static method in interface io.camunda.zeebe.client.api.worker.BackoffSupplier
- newCancelInstanceCommand(long) - Method in class io.camunda.zeebe.client.impl.ZeebeClientImpl
- newCancelInstanceCommand(long) - Method in interface io.camunda.zeebe.client.ZeebeClient
-
Command to cancel a process instance.
- newClient() - Static method in interface io.camunda.zeebe.client.ZeebeClient
- newClient(ZeebeClientConfiguration) - Static method in interface io.camunda.zeebe.client.ZeebeClient
- newClientBuilder() - Static method in interface io.camunda.zeebe.client.ZeebeClient
- newCloudClientBuilder() - Static method in interface io.camunda.zeebe.client.ZeebeClient
- newCompleteCommand(long) - Method in interface io.camunda.zeebe.client.api.worker.JobClient
-
Command to complete a job.
- newCompleteCommand(long) - Method in class io.camunda.zeebe.client.impl.worker.JobClientImpl
- newCompleteCommand(long) - Method in class io.camunda.zeebe.client.impl.ZeebeClientImpl
- newCompleteCommand(ActivatedJob) - Method in interface io.camunda.zeebe.client.api.worker.JobClient
-
Command to complete a job.
- newCompleteCommand(ActivatedJob) - Method in class io.camunda.zeebe.client.impl.worker.JobClientImpl
- newCompleteCommand(ActivatedJob) - Method in class io.camunda.zeebe.client.impl.ZeebeClientImpl
- newCreateInstanceCommand() - Method in class io.camunda.zeebe.client.impl.ZeebeClientImpl
- newCreateInstanceCommand() - Method in interface io.camunda.zeebe.client.ZeebeClient
-
Command to create/start a new instance of a process.
- newCredentialsProviderBuilder() - Static method in interface io.camunda.zeebe.client.CredentialsProvider
- newDeployCommand() - Method in class io.camunda.zeebe.client.impl.ZeebeClientImpl
- newDeployCommand() - Method in interface io.camunda.zeebe.client.ZeebeClient
-
Command to deploy new processes.
- newFailCommand(long) - Method in interface io.camunda.zeebe.client.api.worker.JobClient
-
Command to mark a job as failed.
- newFailCommand(long) - Method in class io.camunda.zeebe.client.impl.worker.JobClientImpl
- newFailCommand(long) - Method in class io.camunda.zeebe.client.impl.ZeebeClientImpl
- newFailCommand(ActivatedJob) - Method in interface io.camunda.zeebe.client.api.worker.JobClient
-
Command to mark a job as failed.
- newFailCommand(ActivatedJob) - Method in class io.camunda.zeebe.client.impl.worker.JobClientImpl
- newFailCommand(ActivatedJob) - Method in class io.camunda.zeebe.client.impl.ZeebeClientImpl
- newPublishMessageCommand() - Method in class io.camunda.zeebe.client.impl.ZeebeClientImpl
- newPublishMessageCommand() - Method in interface io.camunda.zeebe.client.ZeebeClient
-
Command to publish a message which can be correlated to a process instance.
- newResolveIncidentCommand(long) - Method in class io.camunda.zeebe.client.impl.ZeebeClientImpl
- newResolveIncidentCommand(long) - Method in interface io.camunda.zeebe.client.ZeebeClient
-
Command to resolve an existing incident.
- newSetVariablesCommand(long) - Method in class io.camunda.zeebe.client.impl.ZeebeClientImpl
- newSetVariablesCommand(long) - Method in interface io.camunda.zeebe.client.ZeebeClient
-
Command to set and/or update the variables of a given flow element (e.g.
- newThrowErrorCommand(long) - Method in interface io.camunda.zeebe.client.api.worker.JobClient
-
Command to report a business error (i.e.
- newThrowErrorCommand(long) - Method in class io.camunda.zeebe.client.impl.worker.JobClientImpl
- newThrowErrorCommand(long) - Method in class io.camunda.zeebe.client.impl.ZeebeClientImpl
- newThrowErrorCommand(ActivatedJob) - Method in interface io.camunda.zeebe.client.api.worker.JobClient
-
Command to report a business error (i.e.
- newThrowErrorCommand(ActivatedJob) - Method in class io.camunda.zeebe.client.impl.worker.JobClientImpl
- newThrowErrorCommand(ActivatedJob) - Method in class io.camunda.zeebe.client.impl.ZeebeClientImpl
- newTopologyRequest() - Method in class io.camunda.zeebe.client.impl.ZeebeClientImpl
- newTopologyRequest() - Method in interface io.camunda.zeebe.client.ZeebeClient
-
Request the current cluster topology.
- newUpdateRetriesCommand(long) - Method in class io.camunda.zeebe.client.impl.ZeebeClientImpl
- newUpdateRetriesCommand(long) - Method in interface io.camunda.zeebe.client.ZeebeClient
-
Command to update the retries of a job.
- newUpdateRetriesCommand(ActivatedJob) - Method in class io.camunda.zeebe.client.impl.ZeebeClientImpl
- newUpdateRetriesCommand(ActivatedJob) - Method in interface io.camunda.zeebe.client.ZeebeClient
-
Command to update the retries of a job.
- newWorker() - Method in class io.camunda.zeebe.client.impl.ZeebeClientImpl
- newWorker() - Method in interface io.camunda.zeebe.client.ZeebeClient
-
Registers a new job worker for jobs of a given type.
- NoopCredentialsProvider - Class in io.camunda.zeebe.client.impl
- NoopCredentialsProvider() - Constructor for class io.camunda.zeebe.client.impl.NoopCredentialsProvider
- numJobWorkerExecutionThreads(int) - Method in class io.camunda.zeebe.client.impl.ZeebeClientBuilderImpl
- numJobWorkerExecutionThreads(int) - Method in class io.camunda.zeebe.client.impl.ZeebeClientCloudBuilderImpl
- numJobWorkerExecutionThreads(int) - Method in interface io.camunda.zeebe.client.ZeebeClientBuilder
O
- OAUTH_ENV_AUTHORIZATION_SERVER - Static variable in class io.camunda.zeebe.client.impl.oauth.OAuthCredentialsProviderBuilder
- OAUTH_ENV_CACHE_PATH - Static variable in class io.camunda.zeebe.client.impl.oauth.OAuthCredentialsProviderBuilder
- OAUTH_ENV_CLIENT_ID - Static variable in class io.camunda.zeebe.client.impl.oauth.OAuthCredentialsProviderBuilder
- OAUTH_ENV_CLIENT_SECRET - Static variable in class io.camunda.zeebe.client.impl.oauth.OAuthCredentialsProviderBuilder
- OAUTH_ENV_CONNECT_TIMEOUT - Static variable in class io.camunda.zeebe.client.impl.oauth.OAuthCredentialsProviderBuilder
- OAUTH_ENV_READ_TIMEOUT - Static variable in class io.camunda.zeebe.client.impl.oauth.OAuthCredentialsProviderBuilder
- OAUTH_ENV_TOKEN_AUDIENCE - Static variable in class io.camunda.zeebe.client.impl.oauth.OAuthCredentialsProviderBuilder
- OAuthCredentialsCache - Class in io.camunda.zeebe.client.impl.oauth
- OAuthCredentialsCache(File) - Constructor for class io.camunda.zeebe.client.impl.oauth.OAuthCredentialsCache
- OAuthCredentialsProvider - Class in io.camunda.zeebe.client.impl.oauth
- OAuthCredentialsProviderBuilder - Class in io.camunda.zeebe.client.impl.oauth
- OAuthCredentialsProviderBuilder() - Constructor for class io.camunda.zeebe.client.impl.oauth.OAuthCredentialsProviderBuilder
- objectMapper - Variable in class io.camunda.zeebe.client.impl.command.CommandWithVariables
- onCompleted() - Method in class io.camunda.zeebe.client.impl.worker.JobPoller
- onCompleted() - Method in class io.camunda.zeebe.client.impl.ZeebeClientFutureImpl
- onCompleted() - Method in class io.camunda.zeebe.client.impl.ZeebeStreamingClientFutureImpl
- onError(Throwable) - Method in class io.camunda.zeebe.client.impl.RetriableClientFutureImpl
- onError(Throwable) - Method in class io.camunda.zeebe.client.impl.RetriableStreamingFutureImpl
- onError(Throwable) - Method in class io.camunda.zeebe.client.impl.worker.JobPoller
- onError(Throwable) - Method in class io.camunda.zeebe.client.impl.ZeebeClientFutureImpl
- onError(Throwable) - Method in class io.camunda.zeebe.client.impl.ZeebeStreamingClientFutureImpl
- onNext(BrokerResponse) - Method in class io.camunda.zeebe.client.impl.ZeebeClientFutureImpl
- onNext(BrokerResponse) - Method in class io.camunda.zeebe.client.impl.ZeebeStreamingClientFutureImpl
- onNext(GatewayOuterClass.ActivateJobsResponse) - Method in class io.camunda.zeebe.client.impl.worker.JobPoller
- open() - Method in interface io.camunda.zeebe.client.api.worker.JobWorkerBuilderStep1.JobWorkerBuilderStep3
-
Open the worker and start to work on available tasks.
- open() - Method in class io.camunda.zeebe.client.impl.worker.JobWorkerBuilderImpl
P
- PartitionBrokerHealth - Enum in io.camunda.zeebe.client.api.response
- PartitionBrokerRole - Enum in io.camunda.zeebe.client.api.response
- PartitionInfo - Interface in io.camunda.zeebe.client.api.response
- PartitionInfoImpl - Class in io.camunda.zeebe.client.impl.response
- PartitionInfoImpl(GatewayOuterClass.Partition) - Constructor for class io.camunda.zeebe.client.impl.response.PartitionInfoImpl
- PLAINTEXT_CONNECTION_VAR - Static variable in class io.camunda.zeebe.client.impl.ZeebeClientBuilderImpl
- poll(int, Consumer<ActivatedJob>, IntConsumer, Consumer<Throwable>, BooleanSupplier) - Method in class io.camunda.zeebe.client.impl.worker.JobPoller
-
Poll for available jobs.
- pollInterval(Duration) - Method in interface io.camunda.zeebe.client.api.worker.JobWorkerBuilderStep1.JobWorkerBuilderStep3
-
Set the maximal interval between polling for new jobs.
- pollInterval(Duration) - Method in class io.camunda.zeebe.client.impl.worker.JobWorkerBuilderImpl
- Process - Interface in io.camunda.zeebe.client.api.response
- processDefinitionKey(long) - Method in interface io.camunda.zeebe.client.api.command.CreateProcessInstanceCommandStep1
-
Set the key of the process to create an instance of.
- processDefinitionKey(long) - Method in class io.camunda.zeebe.client.impl.command.CreateProcessInstanceCommandImpl
- ProcessImpl - Class in io.camunda.zeebe.client.impl.response
- ProcessImpl(long, String, int, String) - Constructor for class io.camunda.zeebe.client.impl.response.ProcessImpl
- ProcessImpl(GatewayOuterClass.ProcessMetadata) - Constructor for class io.camunda.zeebe.client.impl.response.ProcessImpl
- ProcessInstanceEvent - Interface in io.camunda.zeebe.client.api.response
- ProcessInstanceResult - Interface in io.camunda.zeebe.client.api.response
- PublishMessageCommandImpl - Class in io.camunda.zeebe.client.impl.command
- PublishMessageCommandImpl(GatewayGrpc.GatewayStub, ZeebeClientConfiguration, JsonMapper, Predicate<Throwable>) - Constructor for class io.camunda.zeebe.client.impl.command.PublishMessageCommandImpl
- PublishMessageCommandStep1 - Interface in io.camunda.zeebe.client.api.command
- PublishMessageCommandStep1.PublishMessageCommandStep2 - Interface in io.camunda.zeebe.client.api.command
- PublishMessageCommandStep1.PublishMessageCommandStep3 - Interface in io.camunda.zeebe.client.api.command
- PublishMessageResponse - Interface in io.camunda.zeebe.client.api.response
- PublishMessageResponseImpl - Class in io.camunda.zeebe.client.impl.response
- PublishMessageResponseImpl(GatewayOuterClass.PublishMessageResponse) - Constructor for class io.camunda.zeebe.client.impl.response.PublishMessageResponseImpl
- put(String, ZeebeClientCredentials) - Method in class io.camunda.zeebe.client.impl.oauth.OAuthCredentialsCache
- put(String, String) - Method in class io.camunda.zeebe.client.impl.util.Environment
R
- random(Random) - Method in interface io.camunda.zeebe.client.api.worker.ExponentialBackoffBuilder
-
Sets the random number generator used to add jitter to the next delay.
- random(Random) - Method in class io.camunda.zeebe.client.impl.worker.ExponentialBackoffBuilderImpl
- readCache() - Method in class io.camunda.zeebe.client.impl.oauth.OAuthCredentialsCache
- readInputStream(InputStream) - Static method in class io.camunda.zeebe.client.impl.command.StreamUtil
- readTimeout(Duration) - Method in class io.camunda.zeebe.client.impl.oauth.OAuthCredentialsProviderBuilder
-
The data read timeout of request.
- remove(String) - Method in class io.camunda.zeebe.client.impl.util.Environment
- requestTimeout(Duration) - Method in interface io.camunda.zeebe.client.api.command.FinalCommandStep
-
Sets the request timeout for the command.
- requestTimeout(Duration) - Method in interface io.camunda.zeebe.client.api.worker.JobWorkerBuilderStep1.JobWorkerBuilderStep3
-
Set the request timeout for activate job request used to poll for new job.
- requestTimeout(Duration) - Method in class io.camunda.zeebe.client.impl.command.ActivateJobsCommandImpl
- requestTimeout(Duration) - Method in class io.camunda.zeebe.client.impl.command.CancelProcessInstanceCommandImpl
- requestTimeout(Duration) - Method in class io.camunda.zeebe.client.impl.command.CompleteJobCommandImpl
- requestTimeout(Duration) - Method in class io.camunda.zeebe.client.impl.command.CreateProcessInstanceCommandImpl
- requestTimeout(Duration) - Method in class io.camunda.zeebe.client.impl.command.CreateProcessInstanceWithResultCommandImpl
- requestTimeout(Duration) - Method in class io.camunda.zeebe.client.impl.command.DeployProcessCommandImpl
- requestTimeout(Duration) - Method in class io.camunda.zeebe.client.impl.command.FailJobCommandImpl
- requestTimeout(Duration) - Method in class io.camunda.zeebe.client.impl.command.JobUpdateRetriesCommandImpl
- requestTimeout(Duration) - Method in class io.camunda.zeebe.client.impl.command.PublishMessageCommandImpl
- requestTimeout(Duration) - Method in class io.camunda.zeebe.client.impl.command.ResolveIncidentCommandImpl
- requestTimeout(Duration) - Method in class io.camunda.zeebe.client.impl.command.SetVariablesCommandImpl
- requestTimeout(Duration) - Method in class io.camunda.zeebe.client.impl.command.ThrowErrorCommandImpl
- requestTimeout(Duration) - Method in class io.camunda.zeebe.client.impl.command.TopologyRequestImpl
- requestTimeout(Duration) - Method in class io.camunda.zeebe.client.impl.worker.JobWorkerBuilderImpl
- ResolveIncidentCommandImpl - Class in io.camunda.zeebe.client.impl.command
- ResolveIncidentCommandImpl(GatewayGrpc.GatewayStub, long, Duration, Predicate<Throwable>) - Constructor for class io.camunda.zeebe.client.impl.command.ResolveIncidentCommandImpl
- ResolveIncidentCommandStep1 - Interface in io.camunda.zeebe.client.api.command
- ResolveIncidentResponse - Interface in io.camunda.zeebe.client.api.response
- ResolveIncidentResponseImpl - Class in io.camunda.zeebe.client.impl.response
- ResolveIncidentResponseImpl(GatewayOuterClass.ResolveIncidentResponse) - Constructor for class io.camunda.zeebe.client.impl.response.ResolveIncidentResponseImpl
- RetriableClientFutureImpl<R,
T> - Class in io.camunda.zeebe.client.impl - RetriableClientFutureImpl(Function<T, R>, Predicate<Throwable>, Consumer<StreamObserver<T>>) - Constructor for class io.camunda.zeebe.client.impl.RetriableClientFutureImpl
- RetriableClientFutureImpl(Predicate<Throwable>, Consumer<StreamObserver<T>>) - Constructor for class io.camunda.zeebe.client.impl.RetriableClientFutureImpl
- RetriableStreamingFutureImpl<C,
B> - Class in io.camunda.zeebe.client.impl - RetriableStreamingFutureImpl(C, Consumer<B>, Predicate<Throwable>, Consumer<StreamObserver<B>>) - Constructor for class io.camunda.zeebe.client.impl.RetriableStreamingFutureImpl
- retries(int) - Method in interface io.camunda.zeebe.client.api.command.FailJobCommandStep1
-
Set the remaining retries of this job.
- retries(int) - Method in interface io.camunda.zeebe.client.api.command.UpdateRetriesJobCommandStep1
-
Set the retries of this job.
- retries(int) - Method in class io.camunda.zeebe.client.impl.command.FailJobCommandImpl
- retries(int) - Method in class io.camunda.zeebe.client.impl.command.JobUpdateRetriesCommandImpl
S
- send() - Method in interface io.camunda.zeebe.client.api.command.FinalCommandStep
-
Sends the command to the Zeebe broker.
- send() - Method in class io.camunda.zeebe.client.impl.command.ActivateJobsCommandImpl
- send() - Method in class io.camunda.zeebe.client.impl.command.CancelProcessInstanceCommandImpl
- send() - Method in class io.camunda.zeebe.client.impl.command.CompleteJobCommandImpl
- send() - Method in class io.camunda.zeebe.client.impl.command.CreateProcessInstanceCommandImpl
- send() - Method in class io.camunda.zeebe.client.impl.command.CreateProcessInstanceWithResultCommandImpl
- send() - Method in class io.camunda.zeebe.client.impl.command.DeployProcessCommandImpl
- send() - Method in class io.camunda.zeebe.client.impl.command.FailJobCommandImpl
- send() - Method in class io.camunda.zeebe.client.impl.command.JobUpdateRetriesCommandImpl
- send() - Method in class io.camunda.zeebe.client.impl.command.PublishMessageCommandImpl
- send() - Method in class io.camunda.zeebe.client.impl.command.ResolveIncidentCommandImpl
- send() - Method in class io.camunda.zeebe.client.impl.command.SetVariablesCommandImpl
- send() - Method in class io.camunda.zeebe.client.impl.command.ThrowErrorCommandImpl
- send() - Method in class io.camunda.zeebe.client.impl.command.TopologyRequestImpl
- setExpiresIn(String) - Method in class io.camunda.zeebe.client.impl.ZeebeClientCredentials
- setExpiry(String) - Method in class io.camunda.zeebe.client.impl.ZeebeClientCredentials
- SetVariablesCommandImpl - Class in io.camunda.zeebe.client.impl.command
- SetVariablesCommandImpl(GatewayGrpc.GatewayStub, JsonMapper, long, Duration, Predicate<Throwable>) - Constructor for class io.camunda.zeebe.client.impl.command.SetVariablesCommandImpl
- SetVariablesCommandStep1 - Interface in io.camunda.zeebe.client.api.command
- SetVariablesCommandStep1.SetVariablesCommandStep2 - Interface in io.camunda.zeebe.client.api.command
- setVariablesInternal(String) - Method in class io.camunda.zeebe.client.impl.command.CommandWithVariables
- setVariablesInternal(String) - Method in class io.camunda.zeebe.client.impl.command.CompleteJobCommandImpl
- setVariablesInternal(String) - Method in class io.camunda.zeebe.client.impl.command.PublishMessageCommandImpl
- SetVariablesResponse - Interface in io.camunda.zeebe.client.api.response
- SetVariablesResponseImpl - Class in io.camunda.zeebe.client.impl.response
- SetVariablesResponseImpl(GatewayOuterClass.SetVariablesResponse) - Constructor for class io.camunda.zeebe.client.impl.response.SetVariablesResponseImpl
- shouldRetryRequest(Throwable) - Method in interface io.camunda.zeebe.client.CredentialsProvider
-
Returns true if the request should be retried; otherwise returns false.
- shouldRetryRequest(Throwable) - Method in class io.camunda.zeebe.client.impl.NoopCredentialsProvider
- shouldRetryRequest(Throwable) - Method in class io.camunda.zeebe.client.impl.oauth.OAuthCredentialsProvider
-
Returns true if the Throwable was caused by an UNAUTHENTICATED response and a new access token could be fetched; otherwise returns false.
- size() - Method in class io.camunda.zeebe.client.impl.oauth.OAuthCredentialsCache
- StreamUtil - Class in io.camunda.zeebe.client.impl.command
- StreamUtil() - Constructor for class io.camunda.zeebe.client.impl.command.StreamUtil
- supplyRetryDelay(long) - Method in interface io.camunda.zeebe.client.api.worker.BackoffSupplier
-
Returns the delay before the next retry.
- supplyRetryDelay(long) - Method in class io.camunda.zeebe.client.impl.worker.ExponentialBackoff
- system() - Static method in class io.camunda.zeebe.client.impl.util.Environment
T
- thisUsesUnstableApi() - Method in class io.camunda.zeebe.client.impl.ZeebeCallCredentials
- ThrowErrorCommandImpl - Class in io.camunda.zeebe.client.impl.command
- ThrowErrorCommandImpl(GatewayGrpc.GatewayStub, long, Duration, Predicate<Throwable>) - Constructor for class io.camunda.zeebe.client.impl.command.ThrowErrorCommandImpl
- ThrowErrorCommandStep1 - Interface in io.camunda.zeebe.client.api.command
- ThrowErrorCommandStep1.ThrowErrorCommandStep2 - Interface in io.camunda.zeebe.client.api.command
- timeout(long) - Method in interface io.camunda.zeebe.client.api.worker.JobWorkerBuilderStep1.JobWorkerBuilderStep3
-
Set the time for how long a job is exclusively assigned for this worker.
- timeout(long) - Method in class io.camunda.zeebe.client.impl.worker.JobWorkerBuilderImpl
- timeout(Duration) - Method in interface io.camunda.zeebe.client.api.command.ActivateJobsCommandStep1.ActivateJobsCommandStep3
-
Set the time for how long a job is exclusively assigned for this subscription.
- timeout(Duration) - Method in interface io.camunda.zeebe.client.api.worker.JobWorkerBuilderStep1.JobWorkerBuilderStep3
-
Set the time for how long a job is exclusively assigned for this worker.
- timeout(Duration) - Method in class io.camunda.zeebe.client.impl.command.ActivateJobsCommandImpl
- timeout(Duration) - Method in class io.camunda.zeebe.client.impl.worker.JobWorkerBuilderImpl
- timeToLive(Duration) - Method in interface io.camunda.zeebe.client.api.command.PublishMessageCommandStep1.PublishMessageCommandStep3
-
Set the time-to-live of the message.
- timeToLive(Duration) - Method in class io.camunda.zeebe.client.impl.command.PublishMessageCommandImpl
- toJson() - Method in interface io.camunda.zeebe.client.api.response.ActivatedJob
- toJson() - Method in class io.camunda.zeebe.client.impl.response.ActivatedJobImpl
- toJson(Object) - Method in interface io.camunda.zeebe.client.api.JsonMapper
-
Serializes an object (POJO, map, list, etc.) into an JSON string.
- toJson(Object) - Method in class io.camunda.zeebe.client.impl.ZeebeObjectMapper
- Topology - Interface in io.camunda.zeebe.client.api.response
- TopologyImpl - Class in io.camunda.zeebe.client.impl.response
- TopologyImpl(GatewayOuterClass.TopologyResponse) - Constructor for class io.camunda.zeebe.client.impl.response.TopologyImpl
- TopologyRequestImpl - Class in io.camunda.zeebe.client.impl.command
- TopologyRequestImpl(GatewayGrpc.GatewayStub, Duration, Predicate<Throwable>) - Constructor for class io.camunda.zeebe.client.impl.command.TopologyRequestImpl
- TopologyRequestStep1 - Interface in io.camunda.zeebe.client.api.command
- toString() - Method in class io.camunda.zeebe.client.impl.response.ActivatedJobImpl
- toString() - Method in class io.camunda.zeebe.client.impl.response.BrokerInfoImpl
- toString() - Method in class io.camunda.zeebe.client.impl.response.CreateProcessInstanceResponseImpl
- toString() - Method in class io.camunda.zeebe.client.impl.response.CreateProcessInstanceWithResultResponseImpl
- toString() - Method in class io.camunda.zeebe.client.impl.response.DeploymentEventImpl
- toString() - Method in class io.camunda.zeebe.client.impl.response.PartitionInfoImpl
- toString() - Method in class io.camunda.zeebe.client.impl.response.ProcessImpl
- toString() - Method in class io.camunda.zeebe.client.impl.response.TopologyImpl
- toString() - Method in class io.camunda.zeebe.client.impl.ZeebeClientBuilderImpl
- toString() - Method in class io.camunda.zeebe.client.impl.ZeebeClientCloudBuilderImpl
U
- UNHEALTHY - Enum constant in enum io.camunda.zeebe.client.api.response.PartitionBrokerHealth
- UpdateRetriesJobCommandStep1 - Interface in io.camunda.zeebe.client.api.command
- UpdateRetriesJobCommandStep1.UpdateRetriesJobCommandStep2 - Interface in io.camunda.zeebe.client.api.command
- UpdateRetriesJobResponse - Interface in io.camunda.zeebe.client.api.response
- UpdateRetriesJobResponseImpl - Class in io.camunda.zeebe.client.impl.response
- UpdateRetriesJobResponseImpl(GatewayOuterClass.UpdateJobRetriesResponse) - Constructor for class io.camunda.zeebe.client.impl.response.UpdateRetriesJobResponseImpl
- USE_PLAINTEXT_CONNECTION - Static variable in class io.camunda.zeebe.client.ClientProperties
- usePlaintext() - Method in class io.camunda.zeebe.client.impl.ZeebeClientBuilderImpl
- usePlaintext() - Method in class io.camunda.zeebe.client.impl.ZeebeClientCloudBuilderImpl
- usePlaintext() - Method in interface io.camunda.zeebe.client.ZeebeClientBuilder
-
Use a plaintext connection between the client and the gateway.
V
- validateJson(String, InputStream) - Method in interface io.camunda.zeebe.client.api.JsonMapper
-
Validates a stream that contains a JSON string.
- validateJson(String, InputStream) - Method in class io.camunda.zeebe.client.impl.ZeebeObjectMapper
- validateJson(String, String) - Method in interface io.camunda.zeebe.client.api.JsonMapper
-
Validates a JSON string.
- validateJson(String, String) - Method in class io.camunda.zeebe.client.impl.ZeebeObjectMapper
- valueOf(String) - Static method in enum io.camunda.zeebe.client.api.response.PartitionBrokerHealth
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.camunda.zeebe.client.api.response.PartitionBrokerRole
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.camunda.zeebe.client.api.response.PartitionBrokerHealth
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.camunda.zeebe.client.api.response.PartitionBrokerRole
-
Returns an array containing the constants of this enum type, in the order they are declared.
- variables(InputStream) - Method in interface io.camunda.zeebe.client.api.command.CompleteJobCommandStep1
-
Set the variables to complete the job with.
- variables(InputStream) - Method in interface io.camunda.zeebe.client.api.command.CreateProcessInstanceCommandStep1.CreateProcessInstanceCommandStep3
-
Set the initial variables of the process instance.
- variables(InputStream) - Method in interface io.camunda.zeebe.client.api.command.PublishMessageCommandStep1.PublishMessageCommandStep3
-
Set the variables of the message.
- variables(InputStream) - Method in interface io.camunda.zeebe.client.api.command.SetVariablesCommandStep1
-
Sets the variables document from a JSON stream.
- variables(InputStream) - Method in class io.camunda.zeebe.client.impl.command.CommandWithVariables
- variables(InputStream) - Method in class io.camunda.zeebe.client.impl.command.CreateProcessInstanceCommandImpl
- variables(InputStream) - Method in class io.camunda.zeebe.client.impl.command.SetVariablesCommandImpl
- variables(Object) - Method in interface io.camunda.zeebe.client.api.command.CompleteJobCommandStep1
-
Set the variables to complete the job with.
- variables(Object) - Method in interface io.camunda.zeebe.client.api.command.CreateProcessInstanceCommandStep1.CreateProcessInstanceCommandStep3
-
Set the initial variables of the process instance.
- variables(Object) - Method in interface io.camunda.zeebe.client.api.command.PublishMessageCommandStep1.PublishMessageCommandStep3
-
Set the variables of the message.
- variables(Object) - Method in interface io.camunda.zeebe.client.api.command.SetVariablesCommandStep1
-
Sets the variables document from an object, which will be serialized into a JSON document.
- variables(Object) - Method in class io.camunda.zeebe.client.impl.command.CommandWithVariables
- variables(Object) - Method in class io.camunda.zeebe.client.impl.command.CreateProcessInstanceCommandImpl
- variables(Object) - Method in class io.camunda.zeebe.client.impl.command.SetVariablesCommandImpl
- variables(String) - Method in interface io.camunda.zeebe.client.api.command.CompleteJobCommandStep1
-
Set the variables to complete the job with.
- variables(String) - Method in interface io.camunda.zeebe.client.api.command.CreateProcessInstanceCommandStep1.CreateProcessInstanceCommandStep3
-
Set the initial variables of the process instance.
- variables(String) - Method in interface io.camunda.zeebe.client.api.command.PublishMessageCommandStep1.PublishMessageCommandStep3
-
Set the variables of the message.
- variables(String) - Method in interface io.camunda.zeebe.client.api.command.SetVariablesCommandStep1
-
Sets the variables document from a JSON string.
- variables(String) - Method in class io.camunda.zeebe.client.impl.command.CommandWithVariables
- variables(String) - Method in class io.camunda.zeebe.client.impl.command.CreateProcessInstanceCommandImpl
- variables(String) - Method in class io.camunda.zeebe.client.impl.command.SetVariablesCommandImpl
- variables(Map<String, Object>) - Method in interface io.camunda.zeebe.client.api.command.CompleteJobCommandStep1
-
Set the variables to complete the job with.
- variables(Map<String, Object>) - Method in interface io.camunda.zeebe.client.api.command.CreateProcessInstanceCommandStep1.CreateProcessInstanceCommandStep3
-
Set the initial variables of the process instance.
- variables(Map<String, Object>) - Method in interface io.camunda.zeebe.client.api.command.PublishMessageCommandStep1.PublishMessageCommandStep3
-
Set the variables of the message.
- variables(Map<String, Object>) - Method in interface io.camunda.zeebe.client.api.command.SetVariablesCommandStep1
-
Sets the variables document from a map.
- variables(Map<String, Object>) - Method in class io.camunda.zeebe.client.impl.command.CommandWithVariables
- variables(Map<String, Object>) - Method in class io.camunda.zeebe.client.impl.command.CreateProcessInstanceCommandImpl
- variables(Map<String, Object>) - Method in class io.camunda.zeebe.client.impl.command.SetVariablesCommandImpl
- version(int) - Method in interface io.camunda.zeebe.client.api.command.CreateProcessInstanceCommandStep1.CreateProcessInstanceCommandStep2
-
Set the version of the process to create an instance of.
- version(int) - Method in class io.camunda.zeebe.client.impl.command.CreateProcessInstanceCommandImpl
- VersionUtil - Class in io.camunda.zeebe.client.impl.util
W
- withClientId(String) - Method in class io.camunda.zeebe.client.impl.ZeebeClientCloudBuilderImpl
- withClientId(String) - Method in interface io.camunda.zeebe.client.ZeebeClientCloudBuilderStep1.ZeebeClientCloudBuilderStep2
-
Sets the client id that will be used to authenticate against the Camunda Cloud cluster.
- withClientSecret(String) - Method in class io.camunda.zeebe.client.impl.ZeebeClientCloudBuilderImpl
- withClientSecret(String) - Method in interface io.camunda.zeebe.client.ZeebeClientCloudBuilderStep1.ZeebeClientCloudBuilderStep2.ZeebeClientCloudBuilderStep3
-
Sets the client secret that will be used to authenticate against the Camunda Cloud cluster.
- withClusterId(String) - Method in class io.camunda.zeebe.client.impl.ZeebeClientCloudBuilderImpl
- withClusterId(String) - Method in interface io.camunda.zeebe.client.ZeebeClientCloudBuilderStep1
-
Sets the cluster id of the Camunda Cloud cluster.
- withInterceptors(ClientInterceptor...) - Method in class io.camunda.zeebe.client.impl.ZeebeClientBuilderImpl
- withInterceptors(ClientInterceptor...) - Method in class io.camunda.zeebe.client.impl.ZeebeClientCloudBuilderImpl
- withInterceptors(ClientInterceptor...) - Method in interface io.camunda.zeebe.client.ZeebeClientBuilder
- withJsonMapper(JsonMapper) - Method in class io.camunda.zeebe.client.impl.ZeebeClientBuilderImpl
- withJsonMapper(JsonMapper) - Method in class io.camunda.zeebe.client.impl.ZeebeClientCloudBuilderImpl
- withJsonMapper(JsonMapper) - Method in interface io.camunda.zeebe.client.ZeebeClientBuilder
- withProperties(Properties) - Method in class io.camunda.zeebe.client.impl.ZeebeClientBuilderImpl
- withProperties(Properties) - Method in class io.camunda.zeebe.client.impl.ZeebeClientCloudBuilderImpl
- withProperties(Properties) - Method in interface io.camunda.zeebe.client.ZeebeClientBuilder
-
Sets all the properties from a
Properties
object. - withRegion(String) - Method in class io.camunda.zeebe.client.impl.ZeebeClientCloudBuilderImpl
- withRegion(String) - Method in interface io.camunda.zeebe.client.ZeebeClientCloudBuilderStep1.ZeebeClientCloudBuilderStep2.ZeebeClientCloudBuilderStep3.ZeebeClientCloudBuilderStep4
-
Sets the region of the Camunda Cloud cluster.
- withResult() - Method in interface io.camunda.zeebe.client.api.command.CreateProcessInstanceCommandStep1.CreateProcessInstanceCommandStep3
-
When this method is called, the response to the command will be received after the process is completed.
- withResult() - Method in class io.camunda.zeebe.client.impl.command.CreateProcessInstanceCommandImpl
- workerName(String) - Method in interface io.camunda.zeebe.client.api.command.ActivateJobsCommandStep1.ActivateJobsCommandStep3
-
Set the name of the job worker.
- workerName(String) - Method in class io.camunda.zeebe.client.impl.command.ActivateJobsCommandImpl
- writeCache() - Method in class io.camunda.zeebe.client.impl.oauth.OAuthCredentialsCache
Z
- ZeebeCallCredentials - Class in io.camunda.zeebe.client.impl
- ZeebeClient - Interface in io.camunda.zeebe.client
-
The client to communicate with a Zeebe broker/cluster.
- ZeebeClientBuilder - Interface in io.camunda.zeebe.client
- ZeebeClientBuilderImpl - Class in io.camunda.zeebe.client.impl
- ZeebeClientBuilderImpl() - Constructor for class io.camunda.zeebe.client.impl.ZeebeClientBuilderImpl
- ZeebeClientCloudBuilderImpl - Class in io.camunda.zeebe.client.impl
- ZeebeClientCloudBuilderImpl() - Constructor for class io.camunda.zeebe.client.impl.ZeebeClientCloudBuilderImpl
- ZeebeClientCloudBuilderStep1 - Interface in io.camunda.zeebe.client
- ZeebeClientCloudBuilderStep1.ZeebeClientCloudBuilderStep2 - Interface in io.camunda.zeebe.client
- ZeebeClientCloudBuilderStep1.ZeebeClientCloudBuilderStep2.ZeebeClientCloudBuilderStep3 - Interface in io.camunda.zeebe.client
- ZeebeClientCloudBuilderStep1.ZeebeClientCloudBuilderStep2.ZeebeClientCloudBuilderStep3.ZeebeClientCloudBuilderStep4 - Interface in io.camunda.zeebe.client
- ZeebeClientConfiguration - Interface in io.camunda.zeebe.client
- ZeebeClientCredentials - Class in io.camunda.zeebe.client.impl
- ZeebeClientCredentials() - Constructor for class io.camunda.zeebe.client.impl.ZeebeClientCredentials
- ZeebeClientCredentials(String, ZonedDateTime, String) - Constructor for class io.camunda.zeebe.client.impl.ZeebeClientCredentials
- ZeebeClientFutureImpl<ClientResponse,
BrokerResponse> - Class in io.camunda.zeebe.client.impl - ZeebeClientFutureImpl() - Constructor for class io.camunda.zeebe.client.impl.ZeebeClientFutureImpl
- ZeebeClientFutureImpl(Function<BrokerResponse, ClientResponse>) - Constructor for class io.camunda.zeebe.client.impl.ZeebeClientFutureImpl
- ZeebeClientImpl - Class in io.camunda.zeebe.client.impl
- ZeebeClientImpl(ZeebeClientConfiguration) - Constructor for class io.camunda.zeebe.client.impl.ZeebeClientImpl
- ZeebeClientImpl(ZeebeClientConfiguration, ManagedChannel) - Constructor for class io.camunda.zeebe.client.impl.ZeebeClientImpl
- ZeebeClientImpl(ZeebeClientConfiguration, ManagedChannel, GatewayGrpc.GatewayStub) - Constructor for class io.camunda.zeebe.client.impl.ZeebeClientImpl
- ZeebeClientImpl(ZeebeClientConfiguration, ManagedChannel, GatewayGrpc.GatewayStub, ScheduledExecutorService) - Constructor for class io.camunda.zeebe.client.impl.ZeebeClientImpl
- ZeebeFuture<T> - Interface in io.camunda.zeebe.client.api
- ZeebeObjectMapper - Class in io.camunda.zeebe.client.impl
- ZeebeObjectMapper() - Constructor for class io.camunda.zeebe.client.impl.ZeebeObjectMapper
- ZeebeStreamingClientFutureImpl<ClientResponse,
BrokerResponse> - Class in io.camunda.zeebe.client.impl - ZeebeStreamingClientFutureImpl(ClientResponse, Consumer<BrokerResponse>) - Constructor for class io.camunda.zeebe.client.impl.ZeebeStreamingClientFutureImpl
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form