A B C D E F G H I J K L M N O P R S T U V W Z 
All Classes All Packages

A

ActivatedJob - Interface in io.zeebe.client.api.response
 
ActivatedJobImpl - Class in io.zeebe.client.impl.response
 
ActivatedJobImpl(ZeebeObjectMapper, GatewayOuterClass.ActivatedJob) - Constructor for class io.zeebe.client.impl.response.ActivatedJobImpl
 
ActivateJobsCommandImpl - Class in io.zeebe.client.impl.command
 
ActivateJobsCommandImpl(GatewayGrpc.GatewayStub, ZeebeClientConfiguration, ZeebeObjectMapper, Predicate<Throwable>) - Constructor for class io.zeebe.client.impl.command.ActivateJobsCommandImpl
 
ActivateJobsCommandStep1 - Interface in io.zeebe.client.api.command
 
ActivateJobsCommandStep1.ActivateJobsCommandStep2 - Interface in io.zeebe.client.api.command
 
ActivateJobsCommandStep1.ActivateJobsCommandStep3 - Interface in io.zeebe.client.api.command
 
ActivateJobsResponse - Interface in io.zeebe.client.api.response
 
ActivateJobsResponseImpl - Class in io.zeebe.client.impl.response
 
ActivateJobsResponseImpl(ZeebeObjectMapper) - Constructor for class io.zeebe.client.impl.response.ActivateJobsResponseImpl
 
addResourceBytes(byte[], String) - Method in interface io.zeebe.client.api.command.DeployWorkflowCommandStep1
Add the given resource to the deployment.
addResourceBytes(byte[], String) - Method in class io.zeebe.client.impl.command.DeployWorkflowCommandImpl
 
addResourceFile(String) - Method in interface io.zeebe.client.api.command.DeployWorkflowCommandStep1
Add the given resource to the deployment.
addResourceFile(String) - Method in class io.zeebe.client.impl.command.DeployWorkflowCommandImpl
 
addResourceFromClasspath(String) - Method in interface io.zeebe.client.api.command.DeployWorkflowCommandStep1
Add the given resource to the deployment.
addResourceFromClasspath(String) - Method in class io.zeebe.client.impl.command.DeployWorkflowCommandImpl
 
addResourceStream(InputStream, String) - Method in interface io.zeebe.client.api.command.DeployWorkflowCommandStep1
Add the given resource to the deployment.
addResourceStream(InputStream, String) - Method in class io.zeebe.client.impl.command.DeployWorkflowCommandImpl
 
addResourceString(String, Charset, String) - Method in interface io.zeebe.client.api.command.DeployWorkflowCommandStep1
Add the given resource to the deployment.
addResourceString(String, Charset, String) - Method in class io.zeebe.client.impl.command.DeployWorkflowCommandImpl
 
addResourceStringUtf8(String, String) - Method in interface io.zeebe.client.api.command.DeployWorkflowCommandStep1
Add the given resource to the deployment.
addResourceStringUtf8(String, String) - Method in class io.zeebe.client.impl.command.DeployWorkflowCommandImpl
 
addResponse(GatewayOuterClass.ActivateJobsResponse) - Method in class io.zeebe.client.impl.response.ActivateJobsResponseImpl
 
addWorkflowModel(BpmnModelInstance, String) - Method in interface io.zeebe.client.api.command.DeployWorkflowCommandStep1
Add the given workflow to the deployment.
addWorkflowModel(BpmnModelInstance, String) - Method in class io.zeebe.client.impl.command.DeployWorkflowCommandImpl
 
applyCredentials(Metadata) - Method in interface io.zeebe.client.CredentialsProvider
Adds credentials to the headers.
applyCredentials(Metadata) - Method in class io.zeebe.client.impl.NoopCredentialsProvider
 
applyCredentials(Metadata) - Method in class io.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.zeebe.client.impl.ZeebeCallCredentials
 
ArgumentUtil - Class in io.zeebe.client.impl.command
 
ArgumentUtil() - Constructor for class io.zeebe.client.impl.command.ArgumentUtil
 
audience(String) - Method in class io.zeebe.client.impl.oauth.OAuthCredentialsProviderBuilder
The resource for which the the access token should be valid.
authorizationServerUrl(String) - Method in class io.zeebe.client.impl.oauth.OAuthCredentialsProviderBuilder
The authorization server's URL, from which the access token will be requested.

B

bpmnProcessId(String) - Method in interface io.zeebe.client.api.command.CreateWorkflowInstanceCommandStep1
Set the BPMN process id of the workflow to create an instance of.
bpmnProcessId(String) - Method in class io.zeebe.client.impl.command.CreateWorkflowInstanceCommandImpl
 
BROKER_CONTACTPOINT - Static variable in class io.zeebe.client.ClientProperties
 
brokerContactPoint(String) - Method in class io.zeebe.client.impl.ZeebeClientBuilderImpl
 
brokerContactPoint(String) - Method in interface io.zeebe.client.ZeebeClientBuilder
 
BrokerInfo - Interface in io.zeebe.client.api.response
 
BrokerInfoImpl - Class in io.zeebe.client.impl.response
 
BrokerInfoImpl(GatewayOuterClass.BrokerInfo) - Constructor for class io.zeebe.client.impl.response.BrokerInfoImpl
 
build() - Method in class io.zeebe.client.impl.oauth.OAuthCredentialsProviderBuilder
 
build() - Method in class io.zeebe.client.impl.ZeebeClientBuilderImpl
 
build() - Method in interface io.zeebe.client.ZeebeClientBuilder
 
buildChannel(ZeebeClientConfiguration) - Static method in class io.zeebe.client.impl.ZeebeClientImpl
 
buildGatewayStub(ManagedChannel, ZeebeClientConfiguration) - Static method in class io.zeebe.client.impl.ZeebeClientImpl
 

C

CA_CERTIFICATE_PATH - Static variable in class io.zeebe.client.ClientProperties
 
CA_CERTIFICATE_VAR - Static variable in class io.zeebe.client.impl.ZeebeClientBuilderImpl
 
caCertificatePath(String) - Method in class io.zeebe.client.impl.ZeebeClientBuilderImpl
 
caCertificatePath(String) - Method in interface io.zeebe.client.ZeebeClientBuilder
Path to a root CA certificate to be used instead of the certificate in the default default store.
CancelWorkflowInstanceCommandImpl - Class in io.zeebe.client.impl.command
 
CancelWorkflowInstanceCommandImpl(GatewayGrpc.GatewayStub, long, Duration, Predicate<Throwable>) - Constructor for class io.zeebe.client.impl.command.CancelWorkflowInstanceCommandImpl
 
CancelWorkflowInstanceCommandStep1 - Interface in io.zeebe.client.api.command
 
CancelWorkflowInstanceResponse - Interface in io.zeebe.client.api.response
 
ClientException - Exception in io.zeebe.client.api.command
 
ClientException(String) - Constructor for exception io.zeebe.client.api.command.ClientException
 
ClientException(String, Throwable) - Constructor for exception io.zeebe.client.api.command.ClientException
 
ClientException(Throwable) - Constructor for exception io.zeebe.client.api.command.ClientException
 
clientId(String) - Method in class io.zeebe.client.impl.oauth.OAuthCredentialsProviderBuilder
Client id to be used when requesting access token from OAuth authorization server.
ClientProperties - Class in io.zeebe.client
 
ClientProperties() - Constructor for class io.zeebe.client.ClientProperties
 
clientSecret(String) - Method in class io.zeebe.client.impl.oauth.OAuthCredentialsProviderBuilder
Client secret to be used when requesting access token from OAuth authorization server.
ClientStatusException - Exception in io.zeebe.client.api.command
 
ClientStatusException(Status, Throwable) - Constructor for exception io.zeebe.client.api.command.ClientStatusException
 
close() - Method in interface io.zeebe.client.api.worker.JobWorker
Closes this registration and stops receiving new work items.
close() - Method in class io.zeebe.client.impl.worker.JobWorkerImpl
 
close() - Method in class io.zeebe.client.impl.ZeebeClientImpl
 
close() - Method in interface io.zeebe.client.ZeebeClient
 
CommandWithVariables<T> - Class in io.zeebe.client.impl.command
 
CommandWithVariables(ZeebeObjectMapper) - Constructor for class io.zeebe.client.impl.command.CommandWithVariables
 
CompleteJobCommandImpl - Class in io.zeebe.client.impl.command
 
CompleteJobCommandImpl(GatewayGrpc.GatewayStub, ZeebeObjectMapper, long, Duration, Predicate<Throwable>) - Constructor for class io.zeebe.client.impl.command.CompleteJobCommandImpl
 
CompleteJobCommandStep1 - Interface in io.zeebe.client.api.command
 
CompleteJobResponse - Interface in io.zeebe.client.api.response
 
correlationKey(String) - Method in interface io.zeebe.client.api.command.PublishMessageCommandStep1.PublishMessageCommandStep2
Set the value of the correlation key of the message.
correlationKey(String) - Method in class io.zeebe.client.impl.command.PublishMessageCommandImpl
 
create(ActivatedJob, Runnable) - Method in class io.zeebe.client.impl.worker.JobRunnableFactory
 
CreateWorkflowInstanceCommandImpl - Class in io.zeebe.client.impl.command
 
CreateWorkflowInstanceCommandImpl(GatewayGrpc.GatewayStub, ZeebeObjectMapper, Duration, Predicate<Throwable>) - Constructor for class io.zeebe.client.impl.command.CreateWorkflowInstanceCommandImpl
 
CreateWorkflowInstanceCommandStep1 - Interface in io.zeebe.client.api.command
 
CreateWorkflowInstanceCommandStep1.CreateWorkflowInstanceCommandStep2 - Interface in io.zeebe.client.api.command
 
CreateWorkflowInstanceCommandStep1.CreateWorkflowInstanceCommandStep3 - Interface in io.zeebe.client.api.command
 
CreateWorkflowInstanceCommandStep1.CreateWorkflowInstanceWithResultCommandStep1 - Interface in io.zeebe.client.api.command
 
CreateWorkflowInstanceResponseImpl - Class in io.zeebe.client.impl.response
 
CreateWorkflowInstanceResponseImpl(GatewayOuterClass.CreateWorkflowInstanceResponse) - Constructor for class io.zeebe.client.impl.response.CreateWorkflowInstanceResponseImpl
 
CreateWorkflowInstanceWithResultCommandImpl - Class in io.zeebe.client.impl.command
 
CreateWorkflowInstanceWithResultCommandImpl(ZeebeObjectMapper, GatewayGrpc.GatewayStub, GatewayOuterClass.CreateWorkflowInstanceRequest.Builder, Predicate<Throwable>, Duration) - Constructor for class io.zeebe.client.impl.command.CreateWorkflowInstanceWithResultCommandImpl
 
CreateWorkflowInstanceWithResultResponseImpl - Class in io.zeebe.client.impl.response
 
CreateWorkflowInstanceWithResultResponseImpl(ZeebeObjectMapper, GatewayOuterClass.CreateWorkflowInstanceWithResultResponse) - Constructor for class io.zeebe.client.impl.response.CreateWorkflowInstanceWithResultResponseImpl
 
credentialsCachePath(String) - Method in class io.zeebe.client.impl.oauth.OAuthCredentialsProviderBuilder
The location for the credentials cache file.
credentialsProvider(CredentialsProvider) - Method in class io.zeebe.client.impl.ZeebeClientBuilderImpl
 
credentialsProvider(CredentialsProvider) - Method in interface io.zeebe.client.ZeebeClientBuilder
A custom CredentialsProvider which will be used to apply authentication credentials to requests.
CredentialsProvider - Interface in io.zeebe.client
 

D

DEFAULT_JOB_POLL_INTERVAL - Static variable in class io.zeebe.client.ClientProperties
 
DEFAULT_JOB_TIMEOUT - Static variable in class io.zeebe.client.ClientProperties
 
DEFAULT_JOB_WORKER_NAME - Static variable in class io.zeebe.client.ClientProperties
 
DEFAULT_MESSAGE_TIME_TO_LIVE - Static variable in class io.zeebe.client.ClientProperties
 
DEFAULT_REQUEST_TIMEOUT - Static variable in class io.zeebe.client.ClientProperties
 
defaultJobPollInterval(Duration) - Method in class io.zeebe.client.impl.ZeebeClientBuilderImpl
 
defaultJobPollInterval(Duration) - Method in interface io.zeebe.client.ZeebeClientBuilder
The interval which a job worker is periodically polling for new jobs.
defaultJobTimeout(Duration) - Method in class io.zeebe.client.impl.ZeebeClientBuilderImpl
 
defaultJobTimeout(Duration) - Method in interface io.zeebe.client.ZeebeClientBuilder
The timeout which is used when none is provided for a job worker.
defaultJobWorkerMaxJobsActive(int) - Method in class io.zeebe.client.impl.ZeebeClientBuilderImpl
 
defaultJobWorkerMaxJobsActive(int) - Method in interface io.zeebe.client.ZeebeClientBuilder
 
defaultJobWorkerName(String) - Method in class io.zeebe.client.impl.ZeebeClientBuilderImpl
 
defaultJobWorkerName(String) - Method in interface io.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.zeebe.client.impl.ZeebeClientBuilderImpl
 
defaultMessageTimeToLive(Duration) - Method in interface io.zeebe.client.ZeebeClientBuilder
The time-to-live which is used when none is provided for a message.
defaultRequestTimeout(Duration) - Method in class io.zeebe.client.impl.ZeebeClientBuilderImpl
 
defaultRequestTimeout(Duration) - Method in interface io.zeebe.client.ZeebeClientBuilder
The request timeout used if not overridden by the command.
DeploymentEvent - Interface in io.zeebe.client.api.response
 
DeploymentEventImpl - Class in io.zeebe.client.impl.response
 
DeploymentEventImpl(GatewayOuterClass.DeployWorkflowResponse) - Constructor for class io.zeebe.client.impl.response.DeploymentEventImpl
 
DeployWorkflowCommandImpl - Class in io.zeebe.client.impl.command
 
DeployWorkflowCommandImpl(GatewayGrpc.GatewayStub, Duration, Predicate<Throwable>) - Constructor for class io.zeebe.client.impl.command.DeployWorkflowCommandImpl
 
DeployWorkflowCommandStep1 - Interface in io.zeebe.client.api.command
 
DeployWorkflowCommandStep1.DeployWorkflowCommandBuilderStep2 - Interface in io.zeebe.client.api.command
 

E

ensureGreaterThan(String, long, long) - Static method in class io.zeebe.client.impl.command.ArgumentUtil
 
ensureNotEmpty(String, String) - Static method in class io.zeebe.client.impl.command.ArgumentUtil
 
ensureNotNull(String, Object) - Static method in class io.zeebe.client.impl.command.ArgumentUtil
 
ensureNotNullNorEmpty(String, String) - Static method in class io.zeebe.client.impl.command.ArgumentUtil
 
Environment - Class in io.zeebe.client.util
Representation of client environment variables
equals(Object) - Method in class io.zeebe.client.impl.response.WorkflowImpl
 
equals(Object) - Method in class io.zeebe.client.impl.ZeebeClientCredentials
 
errorCode(String) - Method in interface io.zeebe.client.api.command.ThrowErrorCommandStep1
Set the errorCode for the error.
errorCode(String) - Method in class io.zeebe.client.impl.command.ThrowErrorCommandImpl
 
errorMessage(String) - Method in interface io.zeebe.client.api.command.FailJobCommandStep1.FailJobCommandStep2
Provide an error message describing the reason for the job failure.
errorMessage(String) - Method in interface io.zeebe.client.api.command.ThrowErrorCommandStep1.ThrowErrorCommandStep2
Provide an error message describing the reason for the non-technical error.
errorMessage(String) - Method in class io.zeebe.client.impl.command.FailJobCommandImpl
 
errorMessage(String) - Method in class io.zeebe.client.impl.command.ThrowErrorCommandImpl
 

F

FailJobCommandImpl - Class in io.zeebe.client.impl.command
 
FailJobCommandImpl(GatewayGrpc.GatewayStub, long, Duration, Predicate<Throwable>) - Constructor for class io.zeebe.client.impl.command.FailJobCommandImpl
 
FailJobCommandStep1 - Interface in io.zeebe.client.api.command
 
FailJobCommandStep1.FailJobCommandStep2 - Interface in io.zeebe.client.api.command
 
FailJobResponse - Interface in io.zeebe.client.api.response
 
fetchVariables(String...) - Method in interface io.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.zeebe.client.api.command.CreateWorkflowInstanceCommandStep1.CreateWorkflowInstanceWithResultCommandStep1
Set a list of variables names which should be fetched in the response.
fetchVariables(String...) - Method in interface io.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.zeebe.client.impl.command.ActivateJobsCommandImpl
 
fetchVariables(String...) - Method in class io.zeebe.client.impl.command.CreateWorkflowInstanceWithResultCommandImpl
 
fetchVariables(String...) - Method in class io.zeebe.client.impl.worker.JobWorkerBuilderImpl
 
fetchVariables(List<String>) - Method in interface io.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.zeebe.client.api.command.CreateWorkflowInstanceCommandStep1.CreateWorkflowInstanceWithResultCommandStep1
Set a list of variables names which should be fetched in the response.
fetchVariables(List<String>) - Method in interface io.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.zeebe.client.impl.command.ActivateJobsCommandImpl
 
fetchVariables(List<String>) - Method in class io.zeebe.client.impl.command.CreateWorkflowInstanceWithResultCommandImpl
 
fetchVariables(List<String>) - Method in class io.zeebe.client.impl.worker.JobWorkerBuilderImpl
 
FinalCommandStep<T> - Interface in io.zeebe.client.api.command
 
FOLLOWER - io.zeebe.client.api.response.PartitionBrokerRole
 
fromJson(String, Class<T>) - Method in class io.zeebe.client.impl.ZeebeObjectMapper
 
fromJsonAsMap(String) - Method in class io.zeebe.client.impl.ZeebeObjectMapper
 
fromJsonAsStringMap(String) - Method in class io.zeebe.client.impl.ZeebeObjectMapper
 

G

get(String) - Method in class io.zeebe.client.impl.oauth.OAuthCredentialsCache
 
get(String) - Method in class io.zeebe.client.util.Environment
 
getAccessToken() - Method in class io.zeebe.client.impl.ZeebeClientCredentials
 
getAddress() - Method in interface io.zeebe.client.api.response.BrokerInfo
 
getAddress() - Method in class io.zeebe.client.impl.response.BrokerInfoImpl
 
getBoolean(String) - Method in class io.zeebe.client.util.Environment
 
getBpmnProcessId() - Method in interface io.zeebe.client.api.response.ActivatedJob
 
getBpmnProcessId() - Method in interface io.zeebe.client.api.response.Workflow
 
getBpmnProcessId() - Method in interface io.zeebe.client.api.response.WorkflowInstanceEvent
BPMN process id of the workflow which this instance was created for
getBpmnProcessId() - Method in interface io.zeebe.client.api.response.WorkflowInstanceResult
BPMN process id of the workflow which this instance was created for
getBpmnProcessId() - Method in class io.zeebe.client.impl.response.ActivatedJobImpl
 
getBpmnProcessId() - Method in class io.zeebe.client.impl.response.CreateWorkflowInstanceResponseImpl
 
getBpmnProcessId() - Method in class io.zeebe.client.impl.response.CreateWorkflowInstanceWithResultResponseImpl
 
getBpmnProcessId() - Method in class io.zeebe.client.impl.response.WorkflowImpl
 
getBrokerContactPoint() - Method in class io.zeebe.client.impl.ZeebeClientBuilderImpl
 
getBrokerContactPoint() - Method in interface io.zeebe.client.ZeebeClientConfiguration
 
getBrokers() - Method in interface io.zeebe.client.api.response.Topology
 
getBrokers() - Method in class io.zeebe.client.impl.response.TopologyImpl
 
getCaCertificatePath() - Method in class io.zeebe.client.impl.ZeebeClientBuilderImpl
 
getCaCertificatePath() - Method in interface io.zeebe.client.ZeebeClientConfiguration
 
getClusterSize() - Method in interface io.zeebe.client.api.response.Topology
 
getClusterSize() - Method in class io.zeebe.client.impl.response.TopologyImpl
 
getConfiguration() - Method in class io.zeebe.client.impl.ZeebeClientImpl
 
getConfiguration() - Method in interface io.zeebe.client.ZeebeClient
 
getCredentialsProvider() - Method in class io.zeebe.client.impl.ZeebeClientBuilderImpl
 
getCredentialsProvider() - Method in interface io.zeebe.client.ZeebeClientConfiguration
 
getCustomHeaders() - Method in interface io.zeebe.client.api.response.ActivatedJob
 
getCustomHeaders() - Method in class io.zeebe.client.impl.response.ActivatedJobImpl
 
getDeadline() - Method in interface io.zeebe.client.api.response.ActivatedJob
 
getDeadline() - Method in class io.zeebe.client.impl.response.ActivatedJobImpl
 
getDefaultJobPollInterval() - Method in class io.zeebe.client.impl.ZeebeClientBuilderImpl
 
getDefaultJobPollInterval() - Method in interface io.zeebe.client.ZeebeClientConfiguration
 
getDefaultJobTimeout() - Method in class io.zeebe.client.impl.ZeebeClientBuilderImpl
 
getDefaultJobTimeout() - Method in interface io.zeebe.client.ZeebeClientConfiguration
 
getDefaultJobWorkerMaxJobsActive() - Method in class io.zeebe.client.impl.ZeebeClientBuilderImpl
 
getDefaultJobWorkerMaxJobsActive() - Method in interface io.zeebe.client.ZeebeClientConfiguration
 
getDefaultJobWorkerName() - Method in class io.zeebe.client.impl.ZeebeClientBuilderImpl
 
getDefaultJobWorkerName() - Method in interface io.zeebe.client.ZeebeClientConfiguration
 
getDefaultMessageTimeToLive() - Method in class io.zeebe.client.impl.ZeebeClientBuilderImpl
 
getDefaultMessageTimeToLive() - Method in interface io.zeebe.client.ZeebeClientConfiguration
 
getDefaultRequestTimeout() - Method in class io.zeebe.client.impl.ZeebeClientBuilderImpl
 
getDefaultRequestTimeout() - Method in interface io.zeebe.client.ZeebeClientConfiguration
 
getElementId() - Method in interface io.zeebe.client.api.response.ActivatedJob
 
getElementId() - Method in class io.zeebe.client.impl.response.ActivatedJobImpl
 
getElementInstanceKey() - Method in interface io.zeebe.client.api.response.ActivatedJob
 
getElementInstanceKey() - Method in class io.zeebe.client.impl.response.ActivatedJobImpl
 
getExpiry() - Method in class io.zeebe.client.impl.ZeebeClientCredentials
 
getGatewayVersion() - Method in interface io.zeebe.client.api.response.Topology
 
getGatewayVersion() - Method in class io.zeebe.client.impl.response.TopologyImpl
 
getHost() - Method in interface io.zeebe.client.api.response.BrokerInfo
 
getHost() - Method in class io.zeebe.client.impl.response.BrokerInfoImpl
 
getInterceptors() - Method in class io.zeebe.client.impl.ZeebeClientBuilderImpl
 
getInterceptors() - Method in interface io.zeebe.client.ZeebeClientConfiguration
 
getJobs() - Method in interface io.zeebe.client.api.response.ActivateJobsResponse
 
getJobs() - Method in class io.zeebe.client.impl.response.ActivateJobsResponseImpl
 
getKeepAlive() - Method in class io.zeebe.client.impl.ZeebeClientBuilderImpl
 
getKeepAlive() - Method in interface io.zeebe.client.ZeebeClientConfiguration
 
getKey() - Method in interface io.zeebe.client.api.response.ActivatedJob
 
getKey() - Method in interface io.zeebe.client.api.response.DeploymentEvent
 
getKey() - Method in interface io.zeebe.client.api.response.SetVariablesResponse
 
getKey() - Method in class io.zeebe.client.impl.response.ActivatedJobImpl
 
getKey() - Method in class io.zeebe.client.impl.response.DeploymentEventImpl
 
getKey() - Method in class io.zeebe.client.impl.response.SetVariablesResponseImpl
 
getNodeId() - Method in interface io.zeebe.client.api.response.BrokerInfo
 
getNodeId() - Method in class io.zeebe.client.impl.response.BrokerInfoImpl
 
getNumJobWorkerExecutionThreads() - Method in class io.zeebe.client.impl.ZeebeClientBuilderImpl
 
getNumJobWorkerExecutionThreads() - Method in interface io.zeebe.client.ZeebeClientConfiguration
 
getPartitionId() - Method in interface io.zeebe.client.api.response.PartitionInfo
 
getPartitions() - Method in interface io.zeebe.client.api.response.BrokerInfo
 
getPartitions() - Method in class io.zeebe.client.impl.response.BrokerInfoImpl
 
getPartitionsCount() - Method in interface io.zeebe.client.api.response.Topology
 
getPartitionsCount() - Method in class io.zeebe.client.impl.response.TopologyImpl
 
getPort() - Method in interface io.zeebe.client.api.response.BrokerInfo
 
getPort() - Method in class io.zeebe.client.impl.response.BrokerInfoImpl
 
getReplicationFactor() - Method in interface io.zeebe.client.api.response.Topology
 
getReplicationFactor() - Method in class io.zeebe.client.impl.response.TopologyImpl
 
getResourceName() - Method in interface io.zeebe.client.api.response.Workflow
 
getResourceName() - Method in class io.zeebe.client.impl.response.WorkflowImpl
 
getRetries() - Method in interface io.zeebe.client.api.response.ActivatedJob
 
getRetries() - Method in class io.zeebe.client.impl.response.ActivatedJobImpl
 
getRole() - Method in interface io.zeebe.client.api.response.PartitionInfo
 
getStatus() - Method in exception io.zeebe.client.api.command.ClientStatusException
 
getStatusCode() - Method in exception io.zeebe.client.api.command.ClientStatusException
 
getTokenType() - Method in class io.zeebe.client.impl.ZeebeClientCredentials
 
getType() - Method in interface io.zeebe.client.api.response.ActivatedJob
 
getType() - Method in class io.zeebe.client.impl.response.ActivatedJobImpl
 
getVariables() - Method in interface io.zeebe.client.api.response.ActivatedJob
 
getVariables() - Method in interface io.zeebe.client.api.response.WorkflowInstanceResult
Variables returned after the workflow is completed.
getVariables() - Method in class io.zeebe.client.impl.response.ActivatedJobImpl
 
getVariables() - Method in class io.zeebe.client.impl.response.CreateWorkflowInstanceWithResultResponseImpl
 
getVariablesAsMap() - Method in interface io.zeebe.client.api.response.ActivatedJob
 
getVariablesAsMap() - Method in interface io.zeebe.client.api.response.WorkflowInstanceResult
Variables returned after the workflow is completed.
getVariablesAsMap() - Method in class io.zeebe.client.impl.response.ActivatedJobImpl
 
getVariablesAsMap() - Method in class io.zeebe.client.impl.response.CreateWorkflowInstanceWithResultResponseImpl
 
getVariablesAsType(Class<T>) - Method in interface io.zeebe.client.api.response.ActivatedJob
 
getVariablesAsType(Class<T>) - Method in interface io.zeebe.client.api.response.WorkflowInstanceResult
Variables returned after the workflow is completed.
getVariablesAsType(Class<T>) - Method in class io.zeebe.client.impl.response.ActivatedJobImpl
 
getVariablesAsType(Class<T>) - Method in class io.zeebe.client.impl.response.CreateWorkflowInstanceWithResultResponseImpl
 
getVersion() - Method in interface io.zeebe.client.api.response.BrokerInfo
 
getVersion() - Method in interface io.zeebe.client.api.response.Workflow
 
getVersion() - Method in interface io.zeebe.client.api.response.WorkflowInstanceEvent
Version of the workflow which this instance was created for
getVersion() - Method in interface io.zeebe.client.api.response.WorkflowInstanceResult
Version of the workflow which this instance was created for
getVersion() - Method in class io.zeebe.client.impl.response.BrokerInfoImpl
 
getVersion() - Method in class io.zeebe.client.impl.response.CreateWorkflowInstanceResponseImpl
 
getVersion() - Method in class io.zeebe.client.impl.response.CreateWorkflowInstanceWithResultResponseImpl
 
getVersion() - Method in class io.zeebe.client.impl.response.WorkflowImpl
 
getWorker() - Method in interface io.zeebe.client.api.response.ActivatedJob
 
getWorker() - Method in class io.zeebe.client.impl.response.ActivatedJobImpl
 
getWorkflowDefinitionVersion() - Method in interface io.zeebe.client.api.response.ActivatedJob
 
getWorkflowDefinitionVersion() - Method in class io.zeebe.client.impl.response.ActivatedJobImpl
 
getWorkflowInstanceKey() - Method in interface io.zeebe.client.api.response.ActivatedJob
 
getWorkflowInstanceKey() - Method in interface io.zeebe.client.api.response.WorkflowInstanceEvent
Unique key of the created workflow instance on the partition
getWorkflowInstanceKey() - Method in interface io.zeebe.client.api.response.WorkflowInstanceResult
Unique key of the created workflow instance on the partition
getWorkflowInstanceKey() - Method in class io.zeebe.client.impl.response.ActivatedJobImpl
 
getWorkflowInstanceKey() - Method in class io.zeebe.client.impl.response.CreateWorkflowInstanceResponseImpl
 
getWorkflowInstanceKey() - Method in class io.zeebe.client.impl.response.CreateWorkflowInstanceWithResultResponseImpl
 
getWorkflowKey() - Method in interface io.zeebe.client.api.response.ActivatedJob
 
getWorkflowKey() - Method in interface io.zeebe.client.api.response.Workflow
 
getWorkflowKey() - Method in interface io.zeebe.client.api.response.WorkflowInstanceEvent
Key of the workflow which this instance was created for
getWorkflowKey() - Method in interface io.zeebe.client.api.response.WorkflowInstanceResult
Key of the workflow which this instance was created for
getWorkflowKey() - Method in class io.zeebe.client.impl.response.ActivatedJobImpl
 
getWorkflowKey() - Method in class io.zeebe.client.impl.response.CreateWorkflowInstanceResponseImpl
 
getWorkflowKey() - Method in class io.zeebe.client.impl.response.CreateWorkflowInstanceWithResultResponseImpl
 
getWorkflowKey() - Method in class io.zeebe.client.impl.response.WorkflowImpl
 
getWorkflows() - Method in interface io.zeebe.client.api.response.DeploymentEvent
 
getWorkflows() - Method in class io.zeebe.client.impl.response.DeploymentEventImpl
 

H

handle(JobClient, ActivatedJob) - Method in interface io.zeebe.client.api.worker.JobHandler
Handles a job.
handler(JobHandler) - Method in interface io.zeebe.client.api.worker.JobWorkerBuilderStep1.JobWorkerBuilderStep2
Set the handler to process the jobs.
handler(JobHandler) - Method in class io.zeebe.client.impl.worker.JobWorkerBuilderImpl
 
hashCode() - Method in class io.zeebe.client.impl.response.WorkflowImpl
 
hashCode() - Method in class io.zeebe.client.impl.ZeebeClientCredentials
 

I

InternalClientException - Exception in io.zeebe.client.api.command
Exception which is thrown on internal errors inside the client itself.
InternalClientException(String) - Constructor for exception io.zeebe.client.api.command.InternalClientException
 
InternalClientException(String, Throwable) - Constructor for exception io.zeebe.client.api.command.InternalClientException
 
INVALID_ARGUMENT_MSG - Static variable in class io.zeebe.client.impl.oauth.OAuthCredentialsProviderBuilder
 
io.zeebe.client - package io.zeebe.client
 
io.zeebe.client.api - package io.zeebe.client.api
 
io.zeebe.client.api.command - package io.zeebe.client.api.command
 
io.zeebe.client.api.response - package io.zeebe.client.api.response
 
io.zeebe.client.api.worker - package io.zeebe.client.api.worker
 
io.zeebe.client.impl - package io.zeebe.client.impl
 
io.zeebe.client.impl.command - package io.zeebe.client.impl.command
 
io.zeebe.client.impl.oauth - package io.zeebe.client.impl.oauth
 
io.zeebe.client.impl.response - package io.zeebe.client.impl.response
 
io.zeebe.client.impl.worker - package io.zeebe.client.impl.worker
 
io.zeebe.client.util - package io.zeebe.client.util
 
isClosed() - Method in interface io.zeebe.client.api.worker.JobWorker
 
isClosed() - Method in class io.zeebe.client.impl.worker.JobWorkerImpl
 
isDefined(String) - Method in class io.zeebe.client.util.Environment
 
isLeader() - Method in interface io.zeebe.client.api.response.PartitionInfo
 
isOpen() - Method in interface io.zeebe.client.api.worker.JobWorker
 
isOpen() - Method in class io.zeebe.client.impl.worker.JobWorkerImpl
 
isPlaintextConnectionEnabled() - Method in class io.zeebe.client.impl.ZeebeClientBuilderImpl
 
isPlaintextConnectionEnabled() - Method in interface io.zeebe.client.ZeebeClientConfiguration
 
isValid() - Method in class io.zeebe.client.impl.ZeebeClientCredentials
 

J

JOB_POLLER_LOGGER - Static variable in class io.zeebe.client.impl.Loggers
 
JOB_WORKER_EXECUTION_THREADS - Static variable in class io.zeebe.client.ClientProperties
 
JOB_WORKER_LOGGER - Static variable in class io.zeebe.client.impl.Loggers
 
JOB_WORKER_MAX_JOBS_ACTIVE - Static variable in class io.zeebe.client.ClientProperties
 
JobClient - Interface in io.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.zeebe.client.impl.worker
 
JobClientImpl(GatewayGrpc.GatewayStub, ZeebeClientConfiguration, ZeebeObjectMapper, Predicate<Throwable>) - Constructor for class io.zeebe.client.impl.worker.JobClientImpl
 
JobHandler - Interface in io.zeebe.client.api.worker
Implementations MUST be thread-safe.
JobPoller - Class in io.zeebe.client.impl.worker
 
JobPoller(GatewayGrpc.GatewayStub, GatewayOuterClass.ActivateJobsRequest.Builder, ZeebeObjectMapper, Duration, Predicate<Throwable>) - Constructor for class io.zeebe.client.impl.worker.JobPoller
 
JobRunnableFactory - Class in io.zeebe.client.impl.worker
 
JobRunnableFactory(JobClient, JobHandler) - Constructor for class io.zeebe.client.impl.worker.JobRunnableFactory
 
jobType(String) - Method in interface io.zeebe.client.api.command.ActivateJobsCommandStep1
Set the type of jobs to work on.
jobType(String) - Method in interface io.zeebe.client.api.worker.JobWorkerBuilderStep1
Set the type of jobs to work on.
jobType(String) - Method in class io.zeebe.client.impl.command.ActivateJobsCommandImpl
 
jobType(String) - Method in class io.zeebe.client.impl.worker.JobWorkerBuilderImpl
 
JobUpdateRetriesCommandImpl - Class in io.zeebe.client.impl.command
 
JobUpdateRetriesCommandImpl(GatewayGrpc.GatewayStub, long, Duration, Predicate<Throwable>) - Constructor for class io.zeebe.client.impl.command.JobUpdateRetriesCommandImpl
 
JobWorker - Interface in io.zeebe.client.api.worker
Represents an active job worker that perfors jobs of a certain type.
JobWorkerBuilderImpl - Class in io.zeebe.client.impl.worker
 
JobWorkerBuilderImpl(ZeebeClientConfiguration, GatewayGrpc.GatewayStub, JobClient, ZeebeObjectMapper, ScheduledExecutorService, List<Closeable>, Predicate<Throwable>) - Constructor for class io.zeebe.client.impl.worker.JobWorkerBuilderImpl
 
JobWorkerBuilderStep1 - Interface in io.zeebe.client.api.worker
 
JobWorkerBuilderStep1.JobWorkerBuilderStep2 - Interface in io.zeebe.client.api.worker
 
JobWorkerBuilderStep1.JobWorkerBuilderStep3 - Interface in io.zeebe.client.api.worker
 
JobWorkerImpl - Class in io.zeebe.client.impl.worker
 
JobWorkerImpl(int, ScheduledExecutorService, Duration, JobRunnableFactory, JobPoller) - Constructor for class io.zeebe.client.impl.worker.JobWorkerImpl
 
join() - Method in interface io.zeebe.client.api.ZeebeFuture
Like Future.get() but throws runtime exceptions.
join() - Method in class io.zeebe.client.impl.ZeebeClientFutureImpl
 
join(long, TimeUnit) - Method in interface io.zeebe.client.api.ZeebeFuture
Like Future.get(long, TimeUnit) but throws runtime exceptions.
join(long, TimeUnit) - Method in class io.zeebe.client.impl.ZeebeClientFutureImpl
 

K

KEEP_ALIVE - Static variable in class io.zeebe.client.ClientProperties
 
KEEP_ALIVE_VAR - Static variable in class io.zeebe.client.impl.ZeebeClientBuilderImpl
 
keepAlive(Duration) - Method in class io.zeebe.client.impl.ZeebeClientBuilderImpl
 
keepAlive(Duration) - Method in interface io.zeebe.client.ZeebeClientBuilder
Time interval between keep alive messages sent to the gateway.

L

LATEST_VERSION - Static variable in interface io.zeebe.client.api.command.CreateWorkflowInstanceCommandStep1
Use the latest version of the workflow (without guarantee).
latestVersion() - Method in interface io.zeebe.client.api.command.CreateWorkflowInstanceCommandStep1.CreateWorkflowInstanceCommandStep2
Use the latest version of the workflow to create an instance of.
latestVersion() - Method in class io.zeebe.client.impl.command.CreateWorkflowInstanceCommandImpl
 
LEADER - io.zeebe.client.api.response.PartitionBrokerRole
 
local(boolean) - Method in interface io.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.zeebe.client.impl.command.SetVariablesCommandImpl
 
Loggers - Class in io.zeebe.client.impl
 
Loggers() - Constructor for class io.zeebe.client.impl.Loggers
 

M

maxJobsActive(int) - Method in interface io.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.zeebe.client.impl.worker.JobWorkerBuilderImpl
 
maxJobsToActivate(int) - Method in interface io.zeebe.client.api.command.ActivateJobsCommandStep1.ActivateJobsCommandStep2
Set the maximum of jobs to activate.
maxJobsToActivate(int) - Method in class io.zeebe.client.impl.command.ActivateJobsCommandImpl
 
messageId(String) - Method in interface io.zeebe.client.api.command.PublishMessageCommandStep1.PublishMessageCommandStep3
Set the id of the message.
messageId(String) - Method in class io.zeebe.client.impl.command.PublishMessageCommandImpl
 
messageName(String) - Method in interface io.zeebe.client.api.command.PublishMessageCommandStep1
Set the name of the message.
messageName(String) - Method in class io.zeebe.client.impl.command.PublishMessageCommandImpl
 

N

name(String) - Method in interface io.zeebe.client.api.worker.JobWorkerBuilderStep1.JobWorkerBuilderStep3
Set the name of the worker owner.
name(String) - Method in class io.zeebe.client.impl.worker.JobWorkerBuilderImpl
 
newActivateJobsCommand() - Method in class io.zeebe.client.impl.ZeebeClientImpl
 
newActivateJobsCommand() - Method in interface io.zeebe.client.ZeebeClient
Command to activate multiple jobs of a given type.
newCancelInstanceCommand(long) - Method in class io.zeebe.client.impl.ZeebeClientImpl
 
newCancelInstanceCommand(long) - Method in interface io.zeebe.client.ZeebeClient
Command to cancel a workflow instance.
newClient() - Static method in interface io.zeebe.client.ZeebeClient
 
newClient(ZeebeClientConfiguration) - Static method in interface io.zeebe.client.ZeebeClient
 
newClientBuilder() - Static method in interface io.zeebe.client.ZeebeClient
 
newCompleteCommand(long) - Method in interface io.zeebe.client.api.worker.JobClient
Command to complete a job.
newCompleteCommand(long) - Method in class io.zeebe.client.impl.worker.JobClientImpl
 
newCompleteCommand(long) - Method in class io.zeebe.client.impl.ZeebeClientImpl
 
newCreateInstanceCommand() - Method in class io.zeebe.client.impl.ZeebeClientImpl
 
newCreateInstanceCommand() - Method in interface io.zeebe.client.ZeebeClient
Command to create/start a new instance of a workflow.
newCredentialsProviderBuilder() - Static method in interface io.zeebe.client.CredentialsProvider
 
newDeployCommand() - Method in class io.zeebe.client.impl.ZeebeClientImpl
 
newDeployCommand() - Method in interface io.zeebe.client.ZeebeClient
Command to deploy new workflows.
newFailCommand(long) - Method in interface io.zeebe.client.api.worker.JobClient
Command to mark a job as failed.
newFailCommand(long) - Method in class io.zeebe.client.impl.worker.JobClientImpl
 
newFailCommand(long) - Method in class io.zeebe.client.impl.ZeebeClientImpl
 
newPublishMessageCommand() - Method in class io.zeebe.client.impl.ZeebeClientImpl
 
newPublishMessageCommand() - Method in interface io.zeebe.client.ZeebeClient
Command to publish a message which can be correlated to a workflow instance.
newResolveIncidentCommand(long) - Method in class io.zeebe.client.impl.ZeebeClientImpl
 
newResolveIncidentCommand(long) - Method in interface io.zeebe.client.ZeebeClient
Command to resolve an existing incident.
newSetVariablesCommand(long) - Method in class io.zeebe.client.impl.ZeebeClientImpl
 
newSetVariablesCommand(long) - Method in interface io.zeebe.client.ZeebeClient
Command to set and/or update the variables of a given flow element (e.g.
newThrowErrorCommand(long) - Method in interface io.zeebe.client.api.worker.JobClient
Command to report a business error (i.e.
newThrowErrorCommand(long) - Method in class io.zeebe.client.impl.worker.JobClientImpl
 
newThrowErrorCommand(long) - Method in class io.zeebe.client.impl.ZeebeClientImpl
 
newTopologyRequest() - Method in class io.zeebe.client.impl.ZeebeClientImpl
 
newTopologyRequest() - Method in interface io.zeebe.client.ZeebeClient
Request the current cluster topology.
newUpdateRetriesCommand(long) - Method in class io.zeebe.client.impl.ZeebeClientImpl
 
newUpdateRetriesCommand(long) - Method in interface io.zeebe.client.ZeebeClient
Command to update the retries of a job.
newWorker() - Method in class io.zeebe.client.impl.ZeebeClientImpl
 
newWorker() - Method in interface io.zeebe.client.ZeebeClient
Registers a new job worker for jobs of a given type.
NoopCredentialsProvider - Class in io.zeebe.client.impl
 
NoopCredentialsProvider() - Constructor for class io.zeebe.client.impl.NoopCredentialsProvider
 
numJobWorkerExecutionThreads(int) - Method in class io.zeebe.client.impl.ZeebeClientBuilderImpl
 
numJobWorkerExecutionThreads(int) - Method in interface io.zeebe.client.ZeebeClientBuilder
 

O

OAUTH_ENV_AUTHORIZATION_SERVER - Static variable in class io.zeebe.client.impl.oauth.OAuthCredentialsProviderBuilder
 
OAUTH_ENV_CACHE_PATH - Static variable in class io.zeebe.client.impl.oauth.OAuthCredentialsProviderBuilder
 
OAUTH_ENV_CLIENT_ID - Static variable in class io.zeebe.client.impl.oauth.OAuthCredentialsProviderBuilder
 
OAUTH_ENV_CLIENT_SECRET - Static variable in class io.zeebe.client.impl.oauth.OAuthCredentialsProviderBuilder
 
OAUTH_ENV_TOKEN_AUDIENCE - Static variable in class io.zeebe.client.impl.oauth.OAuthCredentialsProviderBuilder
 
OAuthCredentialsCache - Class in io.zeebe.client.impl.oauth
 
OAuthCredentialsCache(File) - Constructor for class io.zeebe.client.impl.oauth.OAuthCredentialsCache
 
OAuthCredentialsProvider - Class in io.zeebe.client.impl.oauth
 
OAuthCredentialsProviderBuilder - Class in io.zeebe.client.impl.oauth
 
OAuthCredentialsProviderBuilder() - Constructor for class io.zeebe.client.impl.oauth.OAuthCredentialsProviderBuilder
 
objectMapper - Variable in class io.zeebe.client.impl.command.CommandWithVariables
 
onCompleted() - Method in class io.zeebe.client.impl.worker.JobPoller
 
onCompleted() - Method in class io.zeebe.client.impl.ZeebeClientFutureImpl
 
onCompleted() - Method in class io.zeebe.client.impl.ZeebeStreamingClientFutureImpl
 
onError(Throwable) - Method in class io.zeebe.client.impl.RetriableClientFutureImpl
 
onError(Throwable) - Method in class io.zeebe.client.impl.RetriableStreamingFutureImpl
 
onError(Throwable) - Method in class io.zeebe.client.impl.worker.JobPoller
 
onError(Throwable) - Method in class io.zeebe.client.impl.ZeebeClientFutureImpl
 
onError(Throwable) - Method in class io.zeebe.client.impl.ZeebeStreamingClientFutureImpl
 
onNext(BrokerResponse) - Method in class io.zeebe.client.impl.ZeebeClientFutureImpl
 
onNext(BrokerResponse) - Method in class io.zeebe.client.impl.ZeebeStreamingClientFutureImpl
 
onNext(GatewayOuterClass.ActivateJobsResponse) - Method in class io.zeebe.client.impl.worker.JobPoller
 
open() - Method in interface io.zeebe.client.api.worker.JobWorkerBuilderStep1.JobWorkerBuilderStep3
Open the worker and start to work on available tasks.
open() - Method in class io.zeebe.client.impl.worker.JobWorkerBuilderImpl
 

P

PartitionBrokerRole - Enum in io.zeebe.client.api.response
 
PartitionInfo - Interface in io.zeebe.client.api.response
 
PLAINTEXT_CONNECTION_VAR - Static variable in class io.zeebe.client.impl.ZeebeClientBuilderImpl
 
poll(int, Consumer<ActivatedJob>, IntConsumer, BooleanSupplier) - Method in class io.zeebe.client.impl.worker.JobPoller
 
pollInterval(Duration) - Method in interface io.zeebe.client.api.worker.JobWorkerBuilderStep1.JobWorkerBuilderStep3
Set the maximal interval between polling for new jobs.
pollInterval(Duration) - Method in class io.zeebe.client.impl.worker.JobWorkerBuilderImpl
 
PublishMessageCommandImpl - Class in io.zeebe.client.impl.command
 
PublishMessageCommandImpl(GatewayGrpc.GatewayStub, ZeebeClientConfiguration, ZeebeObjectMapper, Predicate<Throwable>) - Constructor for class io.zeebe.client.impl.command.PublishMessageCommandImpl
 
PublishMessageCommandStep1 - Interface in io.zeebe.client.api.command
 
PublishMessageCommandStep1.PublishMessageCommandStep2 - Interface in io.zeebe.client.api.command
 
PublishMessageCommandStep1.PublishMessageCommandStep3 - Interface in io.zeebe.client.api.command
 
PublishMessageResponse - Interface in io.zeebe.client.api.response
 
put(String, ZeebeClientCredentials) - Method in class io.zeebe.client.impl.oauth.OAuthCredentialsCache
 
put(String, String) - Method in class io.zeebe.client.util.Environment
 

R

readCache() - Method in class io.zeebe.client.impl.oauth.OAuthCredentialsCache
 
readInputStream(InputStream) - Static method in class io.zeebe.client.impl.command.StreamUtil
 
remove(String) - Method in class io.zeebe.client.util.Environment
 
requestTimeout(Duration) - Method in interface io.zeebe.client.api.command.FinalCommandStep
Sets the request timeout for the command.
requestTimeout(Duration) - Method in interface io.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.zeebe.client.impl.command.ActivateJobsCommandImpl
 
requestTimeout(Duration) - Method in class io.zeebe.client.impl.command.CancelWorkflowInstanceCommandImpl
 
requestTimeout(Duration) - Method in class io.zeebe.client.impl.command.CompleteJobCommandImpl
 
requestTimeout(Duration) - Method in class io.zeebe.client.impl.command.CreateWorkflowInstanceCommandImpl
 
requestTimeout(Duration) - Method in class io.zeebe.client.impl.command.CreateWorkflowInstanceWithResultCommandImpl
 
requestTimeout(Duration) - Method in class io.zeebe.client.impl.command.DeployWorkflowCommandImpl
 
requestTimeout(Duration) - Method in class io.zeebe.client.impl.command.FailJobCommandImpl
 
requestTimeout(Duration) - Method in class io.zeebe.client.impl.command.JobUpdateRetriesCommandImpl
 
requestTimeout(Duration) - Method in class io.zeebe.client.impl.command.PublishMessageCommandImpl
 
requestTimeout(Duration) - Method in class io.zeebe.client.impl.command.ResolveIncidentCommandImpl
 
requestTimeout(Duration) - Method in class io.zeebe.client.impl.command.SetVariablesCommandImpl
 
requestTimeout(Duration) - Method in class io.zeebe.client.impl.command.ThrowErrorCommandImpl
 
requestTimeout(Duration) - Method in class io.zeebe.client.impl.command.TopologyRequestImpl
 
requestTimeout(Duration) - Method in class io.zeebe.client.impl.worker.JobWorkerBuilderImpl
 
ResolveIncidentCommandImpl - Class in io.zeebe.client.impl.command
 
ResolveIncidentCommandImpl(GatewayGrpc.GatewayStub, long, Duration, Predicate<Throwable>) - Constructor for class io.zeebe.client.impl.command.ResolveIncidentCommandImpl
 
ResolveIncidentCommandStep1 - Interface in io.zeebe.client.api.command
 
ResolveIncidentResponse - Interface in io.zeebe.client.api.response
 
RetriableClientFutureImpl<R,​T> - Class in io.zeebe.client.impl
 
RetriableClientFutureImpl(Function<T, R>, Predicate<Throwable>, Consumer<StreamObserver<T>>) - Constructor for class io.zeebe.client.impl.RetriableClientFutureImpl
 
RetriableClientFutureImpl(Predicate<Throwable>, Consumer<StreamObserver<T>>) - Constructor for class io.zeebe.client.impl.RetriableClientFutureImpl
 
RetriableStreamingFutureImpl<C,​B> - Class in io.zeebe.client.impl
 
RetriableStreamingFutureImpl(C, Consumer<B>, Predicate<Throwable>, Consumer<StreamObserver<B>>) - Constructor for class io.zeebe.client.impl.RetriableStreamingFutureImpl
 
retries(int) - Method in interface io.zeebe.client.api.command.FailJobCommandStep1
Set the remaining retries of this job.
retries(int) - Method in interface io.zeebe.client.api.command.UpdateRetriesJobCommandStep1
Set the retries of this job.
retries(int) - Method in class io.zeebe.client.impl.command.FailJobCommandImpl
 
retries(int) - Method in class io.zeebe.client.impl.command.JobUpdateRetriesCommandImpl
 

S

send() - Method in interface io.zeebe.client.api.command.FinalCommandStep
Sends the command to the Zeebe broker.
send() - Method in class io.zeebe.client.impl.command.ActivateJobsCommandImpl
 
send() - Method in class io.zeebe.client.impl.command.CancelWorkflowInstanceCommandImpl
 
send() - Method in class io.zeebe.client.impl.command.CompleteJobCommandImpl
 
send() - Method in class io.zeebe.client.impl.command.CreateWorkflowInstanceCommandImpl
 
send() - Method in class io.zeebe.client.impl.command.CreateWorkflowInstanceWithResultCommandImpl
 
send() - Method in class io.zeebe.client.impl.command.DeployWorkflowCommandImpl
 
send() - Method in class io.zeebe.client.impl.command.FailJobCommandImpl
 
send() - Method in class io.zeebe.client.impl.command.JobUpdateRetriesCommandImpl
 
send() - Method in class io.zeebe.client.impl.command.PublishMessageCommandImpl
 
send() - Method in class io.zeebe.client.impl.command.ResolveIncidentCommandImpl
 
send() - Method in class io.zeebe.client.impl.command.SetVariablesCommandImpl
 
send() - Method in class io.zeebe.client.impl.command.ThrowErrorCommandImpl
 
send() - Method in class io.zeebe.client.impl.command.TopologyRequestImpl
 
setExpiresIn(String) - Method in class io.zeebe.client.impl.ZeebeClientCredentials
 
setExpiry(String) - Method in class io.zeebe.client.impl.ZeebeClientCredentials
 
SetVariablesCommandImpl - Class in io.zeebe.client.impl.command
 
SetVariablesCommandImpl(GatewayGrpc.GatewayStub, ZeebeObjectMapper, long, Duration, Predicate<Throwable>) - Constructor for class io.zeebe.client.impl.command.SetVariablesCommandImpl
 
SetVariablesCommandStep1 - Interface in io.zeebe.client.api.command
 
SetVariablesCommandStep1.SetVariablesCommandStep2 - Interface in io.zeebe.client.api.command
 
setVariablesInternal(String) - Method in class io.zeebe.client.impl.command.CommandWithVariables
 
setVariablesInternal(String) - Method in class io.zeebe.client.impl.command.CompleteJobCommandImpl
 
setVariablesInternal(String) - Method in class io.zeebe.client.impl.command.PublishMessageCommandImpl
 
SetVariablesResponse - Interface in io.zeebe.client.api.response
 
SetVariablesResponseImpl - Class in io.zeebe.client.impl.response
 
SetVariablesResponseImpl(GatewayOuterClass.SetVariablesResponse) - Constructor for class io.zeebe.client.impl.response.SetVariablesResponseImpl
 
shouldRetryRequest(Throwable) - Method in interface io.zeebe.client.CredentialsProvider
Returns true if the request should be retried; otherwise returns false.
shouldRetryRequest(Throwable) - Method in class io.zeebe.client.impl.NoopCredentialsProvider
 
shouldRetryRequest(Throwable) - Method in class io.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.zeebe.client.impl.oauth.OAuthCredentialsCache
 
StreamUtil - Class in io.zeebe.client.impl.command
 
StreamUtil() - Constructor for class io.zeebe.client.impl.command.StreamUtil
 
system() - Static method in class io.zeebe.client.util.Environment
 

T

thisUsesUnstableApi() - Method in class io.zeebe.client.impl.ZeebeCallCredentials
 
ThrowErrorCommandImpl - Class in io.zeebe.client.impl.command
 
ThrowErrorCommandImpl(GatewayGrpc.GatewayStub, long, Duration, Predicate<Throwable>) - Constructor for class io.zeebe.client.impl.command.ThrowErrorCommandImpl
 
ThrowErrorCommandStep1 - Interface in io.zeebe.client.api.command
 
ThrowErrorCommandStep1.ThrowErrorCommandStep2 - Interface in io.zeebe.client.api.command
 
timeout(long) - Method in interface io.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.zeebe.client.impl.worker.JobWorkerBuilderImpl
 
timeout(Duration) - Method in interface io.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.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.zeebe.client.impl.command.ActivateJobsCommandImpl
 
timeout(Duration) - Method in class io.zeebe.client.impl.worker.JobWorkerBuilderImpl
 
timeToLive(Duration) - Method in interface io.zeebe.client.api.command.PublishMessageCommandStep1.PublishMessageCommandStep3
Set the time-to-live of the message.
timeToLive(Duration) - Method in class io.zeebe.client.impl.command.PublishMessageCommandImpl
 
toJson() - Method in interface io.zeebe.client.api.response.ActivatedJob
 
toJson() - Method in class io.zeebe.client.impl.response.ActivatedJobImpl
 
toJson(Object) - Method in class io.zeebe.client.impl.ZeebeObjectMapper
 
Topology - Interface in io.zeebe.client.api.response
 
TopologyImpl - Class in io.zeebe.client.impl.response
 
TopologyImpl(GatewayOuterClass.TopologyResponse) - Constructor for class io.zeebe.client.impl.response.TopologyImpl
 
TopologyRequestImpl - Class in io.zeebe.client.impl.command
 
TopologyRequestImpl(GatewayGrpc.GatewayStub, Duration, Predicate<Throwable>) - Constructor for class io.zeebe.client.impl.command.TopologyRequestImpl
 
TopologyRequestStep1 - Interface in io.zeebe.client.api.command
 
toString() - Method in class io.zeebe.client.impl.response.ActivatedJobImpl
 
toString() - Method in class io.zeebe.client.impl.response.BrokerInfoImpl
 
toString() - Method in class io.zeebe.client.impl.response.CreateWorkflowInstanceResponseImpl
 
toString() - Method in class io.zeebe.client.impl.response.CreateWorkflowInstanceWithResultResponseImpl
 
toString() - Method in class io.zeebe.client.impl.response.DeploymentEventImpl
 
toString() - Method in class io.zeebe.client.impl.response.TopologyImpl
 
toString() - Method in class io.zeebe.client.impl.response.WorkflowImpl
 
toString() - Method in class io.zeebe.client.impl.ZeebeClientBuilderImpl
 

U

UpdateRetriesJobCommandStep1 - Interface in io.zeebe.client.api.command
 
UpdateRetriesJobCommandStep1.UpdateRetriesJobCommandStep2 - Interface in io.zeebe.client.api.command
 
UpdateRetriesJobResponse - Interface in io.zeebe.client.api.response
 
USE_PLAINTEXT_CONNECTION - Static variable in class io.zeebe.client.ClientProperties
 
usePlaintext() - Method in class io.zeebe.client.impl.ZeebeClientBuilderImpl
 
usePlaintext() - Method in interface io.zeebe.client.ZeebeClientBuilder
Use a plaintext connection between the client and the gateway.

V

validateJson(String, InputStream) - Method in class io.zeebe.client.impl.ZeebeObjectMapper
 
validateJson(String, String) - Method in class io.zeebe.client.impl.ZeebeObjectMapper
 
valueOf(String) - Static method in enum io.zeebe.client.api.response.PartitionBrokerRole
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.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.zeebe.client.api.command.CompleteJobCommandStep1
Set the variables to complete the job with.
variables(InputStream) - Method in interface io.zeebe.client.api.command.CreateWorkflowInstanceCommandStep1.CreateWorkflowInstanceCommandStep3
Set the initial variables of the workflow instance.
variables(InputStream) - Method in interface io.zeebe.client.api.command.PublishMessageCommandStep1.PublishMessageCommandStep3
Set the variables of the message.
variables(InputStream) - Method in interface io.zeebe.client.api.command.SetVariablesCommandStep1
Sets the variables document from a JSON stream.
variables(InputStream) - Method in class io.zeebe.client.impl.command.CommandWithVariables
 
variables(InputStream) - Method in class io.zeebe.client.impl.command.CreateWorkflowInstanceCommandImpl
 
variables(InputStream) - Method in class io.zeebe.client.impl.command.SetVariablesCommandImpl
 
variables(Object) - Method in interface io.zeebe.client.api.command.CompleteJobCommandStep1
Set the variables to complete the job with.
variables(Object) - Method in interface io.zeebe.client.api.command.CreateWorkflowInstanceCommandStep1.CreateWorkflowInstanceCommandStep3
Set the initial variables of the workflow instance.
variables(Object) - Method in interface io.zeebe.client.api.command.PublishMessageCommandStep1.PublishMessageCommandStep3
Set the variables of the message.
variables(Object) - Method in interface io.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.zeebe.client.impl.command.CommandWithVariables
 
variables(Object) - Method in class io.zeebe.client.impl.command.CreateWorkflowInstanceCommandImpl
 
variables(Object) - Method in class io.zeebe.client.impl.command.SetVariablesCommandImpl
 
variables(String) - Method in interface io.zeebe.client.api.command.CompleteJobCommandStep1
Set the variables to complete the job with.
variables(String) - Method in interface io.zeebe.client.api.command.CreateWorkflowInstanceCommandStep1.CreateWorkflowInstanceCommandStep3
Set the initial variables of the workflow instance.
variables(String) - Method in interface io.zeebe.client.api.command.PublishMessageCommandStep1.PublishMessageCommandStep3
Set the variables of the message.
variables(String) - Method in interface io.zeebe.client.api.command.SetVariablesCommandStep1
Sets the variables document from a JSON string.
variables(String) - Method in class io.zeebe.client.impl.command.CommandWithVariables
 
variables(String) - Method in class io.zeebe.client.impl.command.CreateWorkflowInstanceCommandImpl
 
variables(String) - Method in class io.zeebe.client.impl.command.SetVariablesCommandImpl
 
variables(Map<String, Object>) - Method in interface io.zeebe.client.api.command.CompleteJobCommandStep1
Set the variables to complete the job with.
variables(Map<String, Object>) - Method in interface io.zeebe.client.api.command.CreateWorkflowInstanceCommandStep1.CreateWorkflowInstanceCommandStep3
Set the initial variables of the workflow instance.
variables(Map<String, Object>) - Method in interface io.zeebe.client.api.command.PublishMessageCommandStep1.PublishMessageCommandStep3
Set the variables of the message.
variables(Map<String, Object>) - Method in interface io.zeebe.client.api.command.SetVariablesCommandStep1
Sets the variables document from a map.
variables(Map<String, Object>) - Method in class io.zeebe.client.impl.command.CommandWithVariables
 
variables(Map<String, Object>) - Method in class io.zeebe.client.impl.command.CreateWorkflowInstanceCommandImpl
 
variables(Map<String, Object>) - Method in class io.zeebe.client.impl.command.SetVariablesCommandImpl
 
version(int) - Method in interface io.zeebe.client.api.command.CreateWorkflowInstanceCommandStep1.CreateWorkflowInstanceCommandStep2
Set the version of the workflow to create an instance of.
version(int) - Method in class io.zeebe.client.impl.command.CreateWorkflowInstanceCommandImpl
 

W

withInterceptors(ClientInterceptor...) - Method in class io.zeebe.client.impl.ZeebeClientBuilderImpl
 
withInterceptors(ClientInterceptor...) - Method in interface io.zeebe.client.ZeebeClientBuilder
 
withProperties(Properties) - Method in class io.zeebe.client.impl.ZeebeClientBuilderImpl
 
withProperties(Properties) - Method in interface io.zeebe.client.ZeebeClientBuilder
Sets all the properties from a Properties object.
withResult() - Method in interface io.zeebe.client.api.command.CreateWorkflowInstanceCommandStep1.CreateWorkflowInstanceCommandStep3
When this method is called, the response to the command will be received after the workflow is completed.
withResult() - Method in class io.zeebe.client.impl.command.CreateWorkflowInstanceCommandImpl
 
workerName(String) - Method in interface io.zeebe.client.api.command.ActivateJobsCommandStep1.ActivateJobsCommandStep3
Set the name of the job worker.
workerName(String) - Method in class io.zeebe.client.impl.command.ActivateJobsCommandImpl
 
Workflow - Interface in io.zeebe.client.api.response
 
WorkflowImpl - Class in io.zeebe.client.impl.response
 
WorkflowImpl(long, String, int, String) - Constructor for class io.zeebe.client.impl.response.WorkflowImpl
 
WorkflowImpl(GatewayOuterClass.WorkflowMetadata) - Constructor for class io.zeebe.client.impl.response.WorkflowImpl
 
WorkflowInstanceEvent - Interface in io.zeebe.client.api.response
 
WorkflowInstanceResult - Interface in io.zeebe.client.api.response
 
workflowKey(long) - Method in interface io.zeebe.client.api.command.CreateWorkflowInstanceCommandStep1
Set the key of the workflow to create an instance of.
workflowKey(long) - Method in class io.zeebe.client.impl.command.CreateWorkflowInstanceCommandImpl
 
writeCache() - Method in class io.zeebe.client.impl.oauth.OAuthCredentialsCache
 

Z

ZeebeCallCredentials - Class in io.zeebe.client.impl
 
ZeebeClient - Interface in io.zeebe.client
The client to communicate with a Zeebe broker/cluster.
ZeebeClientBuilder - Interface in io.zeebe.client
 
ZeebeClientBuilderImpl - Class in io.zeebe.client.impl
 
ZeebeClientBuilderImpl() - Constructor for class io.zeebe.client.impl.ZeebeClientBuilderImpl
 
ZeebeClientConfiguration - Interface in io.zeebe.client
 
ZeebeClientCredentials - Class in io.zeebe.client.impl
 
ZeebeClientCredentials() - Constructor for class io.zeebe.client.impl.ZeebeClientCredentials
 
ZeebeClientCredentials(String, ZonedDateTime, String) - Constructor for class io.zeebe.client.impl.ZeebeClientCredentials
 
ZeebeClientFutureImpl<ClientResponse,​BrokerResponse> - Class in io.zeebe.client.impl
 
ZeebeClientFutureImpl() - Constructor for class io.zeebe.client.impl.ZeebeClientFutureImpl
 
ZeebeClientFutureImpl(Function<BrokerResponse, ClientResponse>) - Constructor for class io.zeebe.client.impl.ZeebeClientFutureImpl
 
ZeebeClientImpl - Class in io.zeebe.client.impl
 
ZeebeClientImpl(ZeebeClientConfiguration) - Constructor for class io.zeebe.client.impl.ZeebeClientImpl
 
ZeebeClientImpl(ZeebeClientConfiguration, ManagedChannel) - Constructor for class io.zeebe.client.impl.ZeebeClientImpl
 
ZeebeClientImpl(ZeebeClientConfiguration, ManagedChannel, GatewayGrpc.GatewayStub) - Constructor for class io.zeebe.client.impl.ZeebeClientImpl
 
ZeebeClientImpl(ZeebeClientConfiguration, ManagedChannel, GatewayGrpc.GatewayStub, ScheduledExecutorService) - Constructor for class io.zeebe.client.impl.ZeebeClientImpl
 
ZeebeFuture<T> - Interface in io.zeebe.client.api
 
ZeebeObjectMapper - Class in io.zeebe.client.impl
 
ZeebeObjectMapper() - Constructor for class io.zeebe.client.impl.ZeebeObjectMapper
 
ZeebeStreamingClientFutureImpl<ClientResponse,​BrokerResponse> - Class in io.zeebe.client.impl
 
ZeebeStreamingClientFutureImpl(ClientResponse, Consumer<BrokerResponse>) - Constructor for class io.zeebe.client.impl.ZeebeStreamingClientFutureImpl
 
A B C D E F G H I J K L M N O P R S T U V W Z 
All Classes All Packages