Skip navigation links
A B C D E F G H I J L M N O P R S T U V W Z 

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.job
 
ActivateJobsCommandImpl(GatewayGrpc.GatewayStub, ZeebeClientConfiguration, ZeebeObjectMapper) - Constructor for class io.zeebe.client.impl.job.ActivateJobsCommandImpl
 
ActivateJobsCommandStep1 - Interface in io.zeebe.client.api.commands
 
ActivateJobsCommandStep1.ActivateJobsCommandStep2 - Interface in io.zeebe.client.api.commands
 
ActivateJobsCommandStep1.ActivateJobsCommandStep3 - Interface in io.zeebe.client.api.commands
 
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
 
addCustomHeader(String, Object) - Method in interface io.zeebe.client.api.commands.CreateJobCommandStep1.CreateJobCommandStep2
Add the key-value-pair to the custom headers.
addCustomHeader(String, Object) - Method in class io.zeebe.client.impl.job.CreateJobCommandImpl
 
addCustomHeaders(Map<String, Object>) - Method in interface io.zeebe.client.api.commands.CreateJobCommandStep1.CreateJobCommandStep2
Add the key-value-pairs to the custom headers.
addCustomHeaders(Map<String, Object>) - Method in class io.zeebe.client.impl.job.CreateJobCommandImpl
 
addResourceBytes(byte[], String) - Method in interface io.zeebe.client.api.commands.DeployWorkflowCommandStep1
Add the given resource to the deployment.
addResourceBytes(byte[], String) - Method in class io.zeebe.client.impl.workflow.DeployWorkflowCommandImpl
 
addResourceFile(String) - Method in interface io.zeebe.client.api.commands.DeployWorkflowCommandStep1
Add the given resource to the deployment.
addResourceFile(String) - Method in class io.zeebe.client.impl.workflow.DeployWorkflowCommandImpl
 
addResourceFromClasspath(String) - Method in interface io.zeebe.client.api.commands.DeployWorkflowCommandStep1
Add the given resource to the deployment.
addResourceFromClasspath(String) - Method in class io.zeebe.client.impl.workflow.DeployWorkflowCommandImpl
 
addResourceStream(InputStream, String) - Method in interface io.zeebe.client.api.commands.DeployWorkflowCommandStep1
Add the given resource to the deployment.
addResourceStream(InputStream, String) - Method in class io.zeebe.client.impl.workflow.DeployWorkflowCommandImpl
 
addResourceString(String, Charset, String) - Method in interface io.zeebe.client.api.commands.DeployWorkflowCommandStep1
Add the given resource to the deployment.
addResourceString(String, Charset, String) - Method in class io.zeebe.client.impl.workflow.DeployWorkflowCommandImpl
 
addResourceStringUtf8(String, String) - Method in interface io.zeebe.client.api.commands.DeployWorkflowCommandStep1
Add the given resource to the deployment.
addResourceStringUtf8(String, String) - Method in class io.zeebe.client.impl.workflow.DeployWorkflowCommandImpl
 
addResponse(GatewayOuterClass.ActivateJobsResponse) - Method in class io.zeebe.client.impl.response.ActivateJobsResponseImpl
 
addWorkflowModel(BpmnModelInstance, String) - Method in interface io.zeebe.client.api.commands.DeployWorkflowCommandStep1
Add the given workflow to the deployment.
addWorkflowModel(BpmnModelInstance, String) - Method in class io.zeebe.client.impl.workflow.DeployWorkflowCommandImpl
 
amount(int) - Method in interface io.zeebe.client.api.commands.ActivateJobsCommandStep1.ActivateJobsCommandStep2
Set the maximal amount of jobs to activate.
amount(int) - Method in class io.zeebe.client.impl.job.ActivateJobsCommandImpl
 
ArgumentUtil - Class in io.zeebe.client.impl
 
ArgumentUtil() - Constructor for class io.zeebe.client.impl.ArgumentUtil
 

B

bpmnProcessId(String) - Method in interface io.zeebe.client.api.commands.CreateWorkflowInstanceCommandStep1
Set the BPMN process id of the workflow to create an instance of.
bpmnProcessId(String) - Method in interface io.zeebe.client.api.commands.WorkflowRequestStep1
Filter the workflows by the given BPMN process id .
bpmnProcessId(String) - Method in interface io.zeebe.client.api.commands.WorkflowResourceRequestStep1
Set the BPMN process id of the workflow to get the resource of.
bpmnProcessId - Variable in class io.zeebe.client.impl.events.WorkflowImpl
 
bpmnProcessId(String) - Method in class io.zeebe.client.impl.workflow.CreateWorkflowInstanceCommandImpl
 
bpmnProcessId(String) - Method in class io.zeebe.client.impl.workflow.GetWorkflowCommandImpl
 
bpmnProcessId(String) - Method in class io.zeebe.client.impl.workflow.ListWorkflowsCommandImpl
 
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.commands
 
BrokerInfoImpl - Class in io.zeebe.client.impl
 
BrokerInfoImpl(GatewayOuterClass.BrokerInfo) - Constructor for class io.zeebe.client.impl.BrokerInfoImpl
 
bufferSize(int) - Method in interface io.zeebe.client.api.subscription.JobWorkerBuilderStep1.JobWorkerBuilderStep3
Set the maximum number of jobs which will be exclusively assigned to this worker at the same time.
bufferSize(int) - Method in class io.zeebe.client.impl.subscription.JobWorkerBuilderImpl
 
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
 

C

CancelWorkflowInstanceCommandImpl - Class in io.zeebe.client.impl.workflow
 
CancelWorkflowInstanceCommandImpl(GatewayGrpc.GatewayStub, long) - Constructor for class io.zeebe.client.impl.workflow.CancelWorkflowInstanceCommandImpl
 
CancelWorkflowInstanceCommandStep1 - Interface in io.zeebe.client.api.commands
 
ClientException - Exception in io.zeebe.client.cmd
 
ClientException(String) - Constructor for exception io.zeebe.client.cmd.ClientException
 
ClientException(String, Throwable) - Constructor for exception io.zeebe.client.cmd.ClientException
 
ClientProperties - Class in io.zeebe.client
 
ClientProperties() - Constructor for class io.zeebe.client.ClientProperties
 
close() - Method in interface io.zeebe.client.api.subscription.JobWorker
Closes this registration and stops receiving new work items.
close() - Method in class io.zeebe.client.impl.subscription.JobWorkerImpl
 
close() - Method in class io.zeebe.client.impl.ZeebeClientImpl
 
close() - Method in interface io.zeebe.client.ZeebeClient
 
CommandWithPayload<T> - Class in io.zeebe.client.impl
 
CommandWithPayload(ZeebeObjectMapper) - Constructor for class io.zeebe.client.impl.CommandWithPayload
 
CompleteJobCommandImpl - Class in io.zeebe.client.impl.job
 
CompleteJobCommandImpl(GatewayGrpc.GatewayStub, ZeebeObjectMapper, long) - Constructor for class io.zeebe.client.impl.job.CompleteJobCommandImpl
 
CompleteJobCommandStep1 - Interface in io.zeebe.client.api.commands
 
correlationKey(String) - Method in interface io.zeebe.client.api.commands.PublishMessageCommandStep1.PublishMessageCommandStep2
Set the correlation-key of the message.
correlationKey(String) - Method in class io.zeebe.client.impl.workflow.PublishMessageCommandImpl
 
create(ActivatedJob, Runnable) - Method in class io.zeebe.client.impl.subscription.JobRunnableFactory
 
CreateJobCommandImpl - Class in io.zeebe.client.impl.job
 
CreateJobCommandImpl(GatewayGrpc.GatewayStub, ZeebeObjectMapper) - Constructor for class io.zeebe.client.impl.job.CreateJobCommandImpl
 
CreateJobCommandStep1 - Interface in io.zeebe.client.api.commands
 
CreateJobCommandStep1.CreateJobCommandStep2 - Interface in io.zeebe.client.api.commands
 
CreateWorkflowInstanceCommandImpl - Class in io.zeebe.client.impl.workflow
 
CreateWorkflowInstanceCommandImpl(GatewayGrpc.GatewayStub, ZeebeObjectMapper) - Constructor for class io.zeebe.client.impl.workflow.CreateWorkflowInstanceCommandImpl
 
CreateWorkflowInstanceCommandStep1 - Interface in io.zeebe.client.api.commands
 
CreateWorkflowInstanceCommandStep1.CreateWorkflowInstanceCommandStep2 - Interface in io.zeebe.client.api.commands
 
CreateWorkflowInstanceCommandStep1.CreateWorkflowInstanceCommandStep3 - Interface in io.zeebe.client.api.commands
 
CreateWorkflowInstanceResponseImpl - Class in io.zeebe.client.impl.workflow
 
CreateWorkflowInstanceResponseImpl(GatewayOuterClass.CreateWorkflowInstanceResponse) - Constructor for class io.zeebe.client.impl.workflow.CreateWorkflowInstanceResponseImpl
 

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_RETRIES - Static variable in interface io.zeebe.client.api.commands.CreateJobCommandStep1
 
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.
defaultJobWorkerBufferSize(int) - Method in class io.zeebe.client.impl.ZeebeClientBuilderImpl
 
defaultJobWorkerBufferSize(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.
DeploymentEvent - Interface in io.zeebe.client.api.events
 
DeploymentEventImpl - Class in io.zeebe.client.impl.events
 
DeploymentEventImpl(GatewayOuterClass.DeployWorkflowResponse) - Constructor for class io.zeebe.client.impl.events.DeploymentEventImpl
 
DeployWorkflowCommandImpl - Class in io.zeebe.client.impl.workflow
 
DeployWorkflowCommandImpl(GatewayGrpc.GatewayStub) - Constructor for class io.zeebe.client.impl.workflow.DeployWorkflowCommandImpl
 
DeployWorkflowCommandStep1 - Interface in io.zeebe.client.api.commands
 
DeployWorkflowCommandStep1.DeployWorkflowCommandBuilderStep2 - Interface in io.zeebe.client.api.commands
 

E

ensureGreaterThan(String, long, long) - Static method in class io.zeebe.client.impl.ArgumentUtil
 
ensureNotEmpty(String, String) - Static method in class io.zeebe.client.impl.ArgumentUtil
 
ensureNotNull(String, Object) - Static method in class io.zeebe.client.impl.ArgumentUtil
 
ensureNotNullNorEmpty(String, String) - Static method in class io.zeebe.client.impl.ArgumentUtil
 
equals(Object) - Method in class io.zeebe.client.impl.events.WorkflowImpl
 

F

FailJobCommandImpl - Class in io.zeebe.client.impl.job
 
FailJobCommandImpl(GatewayGrpc.GatewayStub, long) - Constructor for class io.zeebe.client.impl.job.FailJobCommandImpl
 
FailJobCommandStep1 - Interface in io.zeebe.client.api.commands
 
FailJobCommandStep1.FailJobCommandStep2 - Interface in io.zeebe.client.api.commands
 
FinalCommandStep<T> - Interface in io.zeebe.client.api.commands
 
fromJson(String, Class<T>) - Method in class io.zeebe.client.impl.ZeebeObjectMapper
 
fromJsonAsMap(String) - Method in class io.zeebe.client.impl.ZeebeObjectMapper
 

G

getActivityId() - Method in interface io.zeebe.client.api.response.JobHeaders
 
getActivityId() - Method in class io.zeebe.client.impl.response.JobHeadersImpl
 
getActivityInstanceKey() - Method in interface io.zeebe.client.api.response.JobHeaders
 
getActivityInstanceKey() - Method in class io.zeebe.client.impl.response.JobHeadersImpl
 
getAddress() - Method in interface io.zeebe.client.api.commands.BrokerInfo
 
getAddress() - Method in class io.zeebe.client.impl.BrokerInfoImpl
 
getBpmnProcessId() - Method in interface io.zeebe.client.api.commands.Workflow
 
getBpmnProcessId() - Method in interface io.zeebe.client.api.events.WorkflowInstanceEvent
BPMN process id of the workflow which this instance was created for
getBpmnProcessId() - Method in interface io.zeebe.client.api.response.JobHeaders
 
getBpmnProcessId() - Method in class io.zeebe.client.impl.events.WorkflowImpl
 
getBpmnProcessId() - Method in class io.zeebe.client.impl.response.JobHeadersImpl
 
getBpmnProcessId() - Method in class io.zeebe.client.impl.workflow.CreateWorkflowInstanceResponseImpl
 
getBpmnXml() - Method in interface io.zeebe.client.api.commands.WorkflowResource
 
getBpmnXml() - Method in class io.zeebe.client.impl.events.WorkflowResourceImpl
 
getBpmnXmlAsStream() - Method in interface io.zeebe.client.api.commands.WorkflowResource
 
getBpmnXmlAsStream() - Method in class io.zeebe.client.impl.events.WorkflowResourceImpl
 
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.commands.Topology
 
getBrokers() - Method in class io.zeebe.client.impl.TopologyImpl
 
getConfiguration() - Method in class io.zeebe.client.impl.ZeebeClientImpl
 
getConfiguration() - Method in interface io.zeebe.client.ZeebeClient
 
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
 
getDefaultJobWorkerBufferSize() - Method in class io.zeebe.client.impl.ZeebeClientBuilderImpl
 
getDefaultJobWorkerBufferSize() - 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
 
getHeaders() - Method in interface io.zeebe.client.api.response.ActivatedJob
 
getHeaders() - Method in class io.zeebe.client.impl.response.ActivatedJobImpl
 
getHost() - Method in interface io.zeebe.client.api.commands.BrokerInfo
 
getHost() - Method in class io.zeebe.client.impl.BrokerInfoImpl
 
getJobs() - Method in interface io.zeebe.client.api.response.ActivateJobsResponse
 
getJobs() - Method in class io.zeebe.client.impl.response.ActivateJobsResponseImpl
 
getKey() - Method in interface io.zeebe.client.api.events.DeploymentEvent
 
getKey() - Method in interface io.zeebe.client.api.events.JobEvent
Unique key of the created job on the partition
getKey() - Method in interface io.zeebe.client.api.response.ActivatedJob
 
getKey() - Method in class io.zeebe.client.impl.events.DeploymentEventImpl
 
getKey() - Method in class io.zeebe.client.impl.events.JobEventImpl
 
getKey() - Method in class io.zeebe.client.impl.response.ActivatedJobImpl
 
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.commands.PartitionInfo
 
getPartitions() - Method in interface io.zeebe.client.api.commands.BrokerInfo
 
getPartitions() - Method in class io.zeebe.client.impl.BrokerInfoImpl
 
getPayload() - Method in interface io.zeebe.client.api.response.ActivatedJob
 
getPayload() - Method in class io.zeebe.client.impl.response.ActivatedJobImpl
 
getPayloadAsMap() - Method in interface io.zeebe.client.api.response.ActivatedJob
 
getPayloadAsMap() - Method in class io.zeebe.client.impl.response.ActivatedJobImpl
 
getPayloadAsType(Class<T>) - Method in interface io.zeebe.client.api.response.ActivatedJob
 
getPayloadAsType(Class<T>) - Method in class io.zeebe.client.impl.response.ActivatedJobImpl
 
getPort() - Method in interface io.zeebe.client.api.commands.BrokerInfo
 
getPort() - Method in class io.zeebe.client.impl.BrokerInfoImpl
 
getResourceName() - Method in interface io.zeebe.client.api.commands.Workflow
 
getResourceName() - Method in class io.zeebe.client.impl.events.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.commands.PartitionInfo
 
getType() - Method in interface io.zeebe.client.api.response.ActivatedJob
 
getType() - Method in class io.zeebe.client.impl.response.ActivatedJobImpl
 
getVersion() - Method in interface io.zeebe.client.api.commands.Workflow
 
getVersion() - Method in interface io.zeebe.client.api.events.WorkflowInstanceEvent
Version of the workflow which this instance was created for
getVersion() - Method in class io.zeebe.client.impl.events.WorkflowImpl
 
getVersion() - Method in class io.zeebe.client.impl.workflow.CreateWorkflowInstanceResponseImpl
 
getWorker() - Method in interface io.zeebe.client.api.response.ActivatedJob
 
getWorker() - Method in class io.zeebe.client.impl.response.ActivatedJobImpl
 
GetWorkflowCommandImpl - Class in io.zeebe.client.impl.workflow
 
GetWorkflowCommandImpl(GatewayGrpc.GatewayStub) - Constructor for class io.zeebe.client.impl.workflow.GetWorkflowCommandImpl
 
getWorkflowDefinitionVersion() - Method in interface io.zeebe.client.api.response.JobHeaders
 
getWorkflowDefinitionVersion() - Method in class io.zeebe.client.impl.response.JobHeadersImpl
 
getWorkflowInstanceKey() - Method in interface io.zeebe.client.api.events.WorkflowInstanceEvent
Unique key of the created workflow instance on the partition
getWorkflowInstanceKey() - Method in interface io.zeebe.client.api.response.JobHeaders
 
getWorkflowInstanceKey() - Method in class io.zeebe.client.impl.response.JobHeadersImpl
 
getWorkflowInstanceKey() - Method in class io.zeebe.client.impl.workflow.CreateWorkflowInstanceResponseImpl
 
getWorkflowKey() - Method in interface io.zeebe.client.api.commands.Workflow
 
getWorkflowKey() - Method in interface io.zeebe.client.api.events.WorkflowInstanceEvent
Key of the workflow which this instance was created for
getWorkflowKey() - Method in interface io.zeebe.client.api.response.JobHeaders
 
getWorkflowKey() - Method in class io.zeebe.client.impl.events.WorkflowImpl
 
getWorkflowKey() - Method in class io.zeebe.client.impl.response.JobHeadersImpl
 
getWorkflowKey() - Method in class io.zeebe.client.impl.workflow.CreateWorkflowInstanceResponseImpl
 
getWorkflows() - Method in interface io.zeebe.client.api.commands.Workflows
 
getWorkflows() - Method in interface io.zeebe.client.api.events.DeploymentEvent
 
getWorkflows() - Method in class io.zeebe.client.impl.events.DeploymentEventImpl
 
getWorkflows() - Method in class io.zeebe.client.impl.events.WorkflowsImpl
 

H

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

I

InternalClientException - Exception in io.zeebe.client.cmd
Exception which is thrown on internal errors inside the client itself.
InternalClientException(String) - Constructor for exception io.zeebe.client.cmd.InternalClientException
 
InternalClientException(String, Throwable) - Constructor for exception io.zeebe.client.cmd.InternalClientException
 
io.zeebe.client - package io.zeebe.client
 
io.zeebe.client.api - package io.zeebe.client.api
 
io.zeebe.client.api.clients - package io.zeebe.client.api.clients
 
io.zeebe.client.api.commands - package io.zeebe.client.api.commands
 
io.zeebe.client.api.events - package io.zeebe.client.api.events
 
io.zeebe.client.api.response - package io.zeebe.client.api.response
 
io.zeebe.client.api.subscription - package io.zeebe.client.api.subscription
 
io.zeebe.client.cmd - package io.zeebe.client.cmd
 
io.zeebe.client.impl - package io.zeebe.client.impl
 
io.zeebe.client.impl.events - package io.zeebe.client.impl.events
 
io.zeebe.client.impl.job - package io.zeebe.client.impl.job
 
io.zeebe.client.impl.response - package io.zeebe.client.impl.response
 
io.zeebe.client.impl.subscription - package io.zeebe.client.impl.subscription
 
io.zeebe.client.impl.workflow - package io.zeebe.client.impl.workflow
 
isClosed() - Method in interface io.zeebe.client.api.subscription.JobWorker
 
isClosed() - Method in class io.zeebe.client.impl.subscription.JobWorkerImpl
 
isLeader() - Method in interface io.zeebe.client.api.commands.PartitionInfo
 
isOpen() - Method in interface io.zeebe.client.api.subscription.JobWorker
 
isOpen() - Method in class io.zeebe.client.impl.subscription.JobWorkerImpl
 

J

JOB_POLLER_LOGGER - Static variable in class io.zeebe.client.impl.Loggers
 
JOB_WORKER_BUFFER_SIZE - Static variable in class io.zeebe.client.ClientProperties
 
JOB_WORKER_EXECUTION_THREADS - Static variable in class io.zeebe.client.ClientProperties
 
JOB_WORKER_LOGGER - Static variable in class io.zeebe.client.impl.Loggers
 
JobClient - Interface in io.zeebe.client.api.clients
A client with access to all job-related operation: create a (standalone) job complete a job mark a job as failed update the retries of a job
jobClient() - Method in class io.zeebe.client.impl.ZeebeClientImpl
 
jobClient() - Method in interface io.zeebe.client.ZeebeClient
A client to create a (standalone) job complete a job mark a job as failed update the retries of a job
JobClientImpl - Class in io.zeebe.client.impl
 
JobClientImpl(GatewayGrpc.GatewayStub, ZeebeClientConfiguration, ZeebeObjectMapper, ScheduledExecutorService, List<CloseableSilently>) - Constructor for class io.zeebe.client.impl.JobClientImpl
 
JobEvent - Interface in io.zeebe.client.api.events
 
JobEventImpl - Class in io.zeebe.client.impl.events
 
JobEventImpl(GatewayOuterClass.CreateJobResponse) - Constructor for class io.zeebe.client.impl.events.JobEventImpl
 
JobHandler - Interface in io.zeebe.client.api.subscription
Implementations MUST be thread-safe.
JobHeaders - Interface in io.zeebe.client.api.response
Context in case the job is part of a workflow instance
JobHeadersImpl - Class in io.zeebe.client.impl.response
 
JobHeadersImpl(GatewayOuterClass.JobHeaders) - Constructor for class io.zeebe.client.impl.response.JobHeadersImpl
 
JobPoller - Class in io.zeebe.client.impl.subscription
 
JobPoller(GatewayGrpc.GatewayStub, GatewayOuterClass.ActivateJobsRequest.Builder, ZeebeObjectMapper) - Constructor for class io.zeebe.client.impl.subscription.JobPoller
 
JobRunnableFactory - Class in io.zeebe.client.impl.subscription
 
JobRunnableFactory(JobClient, JobHandler) - Constructor for class io.zeebe.client.impl.subscription.JobRunnableFactory
 
jobType(String) - Method in interface io.zeebe.client.api.commands.ActivateJobsCommandStep1
Set the type of jobs to work on.
jobType(String) - Method in interface io.zeebe.client.api.commands.CreateJobCommandStep1
Set the type of the job (i.e.
jobType(String) - Method in interface io.zeebe.client.api.subscription.JobWorkerBuilderStep1
Set the type of jobs to work on.
jobType(String) - Method in class io.zeebe.client.impl.job.ActivateJobsCommandImpl
 
jobType(String) - Method in class io.zeebe.client.impl.job.CreateJobCommandImpl
 
jobType(String) - Method in class io.zeebe.client.impl.subscription.JobWorkerBuilderImpl
 
JobUpdateRetriesCommandImpl - Class in io.zeebe.client.impl.job
 
JobUpdateRetriesCommandImpl(GatewayGrpc.GatewayStub, long) - Constructor for class io.zeebe.client.impl.job.JobUpdateRetriesCommandImpl
 
JobWorker - Interface in io.zeebe.client.api.subscription
Represents an active job worker that perfors jobs of a certain type.
JobWorkerBuilderImpl - Class in io.zeebe.client.impl.subscription
 
JobWorkerBuilderImpl(ZeebeClientConfiguration, GatewayGrpc.GatewayStub, JobClient, ZeebeObjectMapper, ScheduledExecutorService, List<CloseableSilently>) - Constructor for class io.zeebe.client.impl.subscription.JobWorkerBuilderImpl
 
JobWorkerBuilderStep1 - Interface in io.zeebe.client.api.subscription
 
JobWorkerBuilderStep1.JobWorkerBuilderStep2 - Interface in io.zeebe.client.api.subscription
 
JobWorkerBuilderStep1.JobWorkerBuilderStep3 - Interface in io.zeebe.client.api.subscription
 
JobWorkerImpl - Class in io.zeebe.client.impl.subscription
 
JobWorkerImpl(int, ScheduledExecutorService, Duration, JobRunnableFactory, JobPoller) - Constructor for class io.zeebe.client.impl.subscription.JobWorkerImpl
 
join() - Method in interface io.zeebe.client.api.ZeebeFuture
Like Future.get() but throws runtime exceptions.
join(long, TimeUnit) - Method in interface io.zeebe.client.api.ZeebeFuture
Like Future.get(long, TimeUnit) but throws runtime exceptions.
join() - Method in class io.zeebe.client.impl.ZeebeClientFutureImpl
 
join(long, TimeUnit) - Method in class io.zeebe.client.impl.ZeebeClientFutureImpl
 

L

LATEST_VERSION - Static variable in interface io.zeebe.client.api.commands.CreateWorkflowInstanceCommandStep1
Use the latest version of the workflow (without guarantee).
LATEST_VERSION - Static variable in interface io.zeebe.client.api.commands.WorkflowResourceRequestStep1
Use the latest version of the workflow
latestVersion() - Method in interface io.zeebe.client.api.commands.CreateWorkflowInstanceCommandStep1.CreateWorkflowInstanceCommandStep2
Use the latest version of the workflow to create an instance of.
latestVersion() - Method in interface io.zeebe.client.api.commands.WorkflowResourceRequestStep1.WorkflowResourceRequestStep2
Use the latest version of the workflow to get the resource of.
latestVersion() - Method in class io.zeebe.client.impl.workflow.CreateWorkflowInstanceCommandImpl
 
latestVersion() - Method in class io.zeebe.client.impl.workflow.GetWorkflowCommandImpl
 
ListWorkflowsCommandImpl - Class in io.zeebe.client.impl.workflow
 
ListWorkflowsCommandImpl(GatewayGrpc.GatewayStub) - Constructor for class io.zeebe.client.impl.workflow.ListWorkflowsCommandImpl
 
Loggers - Class in io.zeebe.client.impl
 
Loggers() - Constructor for class io.zeebe.client.impl.Loggers
 

M

messageId(String) - Method in interface io.zeebe.client.api.commands.PublishMessageCommandStep1.PublishMessageCommandStep3
Set the id of the message.
messageId(String) - Method in class io.zeebe.client.impl.workflow.PublishMessageCommandImpl
 
messageName(String) - Method in interface io.zeebe.client.api.commands.PublishMessageCommandStep1
Set the name of the message.
messageName(String) - Method in class io.zeebe.client.impl.workflow.PublishMessageCommandImpl
 

N

name(String) - Method in interface io.zeebe.client.api.subscription.JobWorkerBuilderStep1.JobWorkerBuilderStep3
Set the name of the worker owner.
name(String) - Method in class io.zeebe.client.impl.subscription.JobWorkerBuilderImpl
 
newActivateJobsCommand() - Method in interface io.zeebe.client.api.clients.JobClient
Command to activate multiple jobs of a given type.
newActivateJobsCommand() - Method in class io.zeebe.client.impl.JobClientImpl
 
newCancelInstanceCommand(long) - Method in interface io.zeebe.client.api.clients.WorkflowClient
Command to cancel a workflow instance.
newCancelInstanceCommand(long) - Method in class io.zeebe.client.impl.WorkflowsClientImpl
 
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.clients.JobClient
Command to complete a job.
newCompleteCommand(long) - Method in class io.zeebe.client.impl.JobClientImpl
 
newCreateCommand() - Method in interface io.zeebe.client.api.clients.JobClient
Command to create a new (standalone) job.
newCreateCommand() - Method in class io.zeebe.client.impl.JobClientImpl
 
newCreateInstanceCommand() - Method in interface io.zeebe.client.api.clients.WorkflowClient
Command to create/start a new instance of a workflow.
newCreateInstanceCommand() - Method in class io.zeebe.client.impl.WorkflowsClientImpl
 
newDeployCommand() - Method in interface io.zeebe.client.api.clients.WorkflowClient
Command to deploy new workflows.
newDeployCommand() - Method in class io.zeebe.client.impl.WorkflowsClientImpl
 
newFailCommand(long) - Method in interface io.zeebe.client.api.clients.JobClient
Command to mark a job as failed.
newFailCommand(long) - Method in class io.zeebe.client.impl.JobClientImpl
 
newPublishMessageCommand() - Method in interface io.zeebe.client.api.clients.WorkflowClient
Command to publish a message which can be correlated to a workflow instance.
newPublishMessageCommand() - Method in class io.zeebe.client.impl.WorkflowsClientImpl
 
newResourceRequest() - Method in interface io.zeebe.client.api.clients.WorkflowClient
Request to get the resource of a workflow (i.e.
newResourceRequest() - Method in class io.zeebe.client.impl.WorkflowsClientImpl
 
newTopologyRequest() - Method in class io.zeebe.client.impl.ZeebeClientImpl
 
newTopologyRequest() - Method in interface io.zeebe.client.ZeebeClient
Request the current cluster topology.
newUpdatePayloadCommand(long) - Method in interface io.zeebe.client.api.clients.WorkflowClient
Command to update the payload of a workflow instance.
newUpdatePayloadCommand(long) - Method in class io.zeebe.client.impl.WorkflowsClientImpl
 
newUpdateRetriesCommand(long) - Method in interface io.zeebe.client.api.clients.JobClient
Command to update the retries of a job.
newUpdateRetriesCommand(long) - Method in class io.zeebe.client.impl.JobClientImpl
 
newWorker() - Method in interface io.zeebe.client.api.clients.JobClient
Registers a new job worker for jobs of a given type.
newWorker() - Method in class io.zeebe.client.impl.JobClientImpl
 
newWorkflowRequest() - Method in interface io.zeebe.client.api.clients.WorkflowClient
Request to get all deployed workflows.
newWorkflowRequest() - Method in class io.zeebe.client.impl.WorkflowsClientImpl
 
numJobWorkerExecutionThreads(int) - Method in class io.zeebe.client.impl.ZeebeClientBuilderImpl
 
numJobWorkerExecutionThreads(int) - Method in interface io.zeebe.client.ZeebeClientBuilder
 

O

objectMapper - Variable in class io.zeebe.client.impl.CommandWithPayload
 
onCompleted() - Method in class io.zeebe.client.impl.subscription.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.subscription.JobPoller
 
onError(Throwable) - Method in class io.zeebe.client.impl.ZeebeClientFutureImpl
 
onError(Throwable) - Method in class io.zeebe.client.impl.ZeebeStreamingClientFutureImpl
 
onNext(GatewayOuterClass.ActivateJobsResponse) - Method in class io.zeebe.client.impl.subscription.JobPoller
 
onNext(BrokerResponse) - Method in class io.zeebe.client.impl.ZeebeClientFutureImpl
 
onNext(BrokerResponse) - Method in class io.zeebe.client.impl.ZeebeStreamingClientFutureImpl
 
open() - Method in interface io.zeebe.client.api.subscription.JobWorkerBuilderStep1.JobWorkerBuilderStep3
Open the worker and start to work on available tasks.
open() - Method in class io.zeebe.client.impl.subscription.JobWorkerBuilderImpl
 

P

PartitionBrokerRole - Enum in io.zeebe.client.api.commands
 
PartitionInfo - Interface in io.zeebe.client.api.commands
 
payload(InputStream) - Method in interface io.zeebe.client.api.commands.CompleteJobCommandStep1
Set the payload to complete the job with.
payload(String) - Method in interface io.zeebe.client.api.commands.CompleteJobCommandStep1
Set the payload to complete the job with.
payload(Map<String, Object>) - Method in interface io.zeebe.client.api.commands.CompleteJobCommandStep1
Set the payload to complete the job with.
payload(Object) - Method in interface io.zeebe.client.api.commands.CompleteJobCommandStep1
Set the payload to complete the job with.
payload(InputStream) - Method in interface io.zeebe.client.api.commands.CreateJobCommandStep1.CreateJobCommandStep2
Set the initial payload of this job.
payload(String) - Method in interface io.zeebe.client.api.commands.CreateJobCommandStep1.CreateJobCommandStep2
Set the initial payload of this job.
payload(Map<String, Object>) - Method in interface io.zeebe.client.api.commands.CreateJobCommandStep1.CreateJobCommandStep2
Set the initial payload of this job.
payload(Object) - Method in interface io.zeebe.client.api.commands.CreateJobCommandStep1.CreateJobCommandStep2
Set the initial payload of this job.
payload(InputStream) - Method in interface io.zeebe.client.api.commands.CreateWorkflowInstanceCommandStep1.CreateWorkflowInstanceCommandStep3
Set the initial payload of the workflow instance.
payload(String) - Method in interface io.zeebe.client.api.commands.CreateWorkflowInstanceCommandStep1.CreateWorkflowInstanceCommandStep3
Set the initial payload of the workflow instance.
payload(Map<String, Object>) - Method in interface io.zeebe.client.api.commands.CreateWorkflowInstanceCommandStep1.CreateWorkflowInstanceCommandStep3
Set the initial payload of the workflow instance.
payload(Object) - Method in interface io.zeebe.client.api.commands.CreateWorkflowInstanceCommandStep1.CreateWorkflowInstanceCommandStep3
Set the initial payload of the workflow instance.
payload(InputStream) - Method in interface io.zeebe.client.api.commands.PublishMessageCommandStep1.PublishMessageCommandStep3
Set the payload of the message.
payload(String) - Method in interface io.zeebe.client.api.commands.PublishMessageCommandStep1.PublishMessageCommandStep3
Set the payload of the message.
payload(Map<String, Object>) - Method in interface io.zeebe.client.api.commands.PublishMessageCommandStep1.PublishMessageCommandStep3
Set the payload of the message.
payload(Object) - Method in interface io.zeebe.client.api.commands.PublishMessageCommandStep1.PublishMessageCommandStep3
Set the payload of the message.
payload(InputStream) - Method in interface io.zeebe.client.api.commands.UpdatePayloadWorkflowInstanceCommandStep1
Set the new payload of the workflow instance.
payload(String) - Method in interface io.zeebe.client.api.commands.UpdatePayloadWorkflowInstanceCommandStep1
Set the new payload of the workflow instance.
payload(Map<String, Object>) - Method in interface io.zeebe.client.api.commands.UpdatePayloadWorkflowInstanceCommandStep1
Set the new payload of the workflow instance.
payload(Object) - Method in interface io.zeebe.client.api.commands.UpdatePayloadWorkflowInstanceCommandStep1
Set the new payload of the workflow instance.
payload(InputStream) - Method in class io.zeebe.client.impl.CommandWithPayload
 
payload(String) - Method in class io.zeebe.client.impl.CommandWithPayload
 
payload(Map<String, Object>) - Method in class io.zeebe.client.impl.CommandWithPayload
 
payload(Object) - Method in class io.zeebe.client.impl.CommandWithPayload
 
poll(int, Consumer<ActivatedJob>, Consumer<Integer>) - Method in class io.zeebe.client.impl.subscription.JobPoller
 
pollInterval(Duration) - Method in interface io.zeebe.client.api.subscription.JobWorkerBuilderStep1.JobWorkerBuilderStep3
Set the maximal interval between polling for new jobs.
pollInterval(Duration) - Method in class io.zeebe.client.impl.subscription.JobWorkerBuilderImpl
 
PublishMessageCommandImpl - Class in io.zeebe.client.impl.workflow
 
PublishMessageCommandImpl(GatewayGrpc.GatewayStub, ZeebeClientConfiguration, ZeebeObjectMapper) - Constructor for class io.zeebe.client.impl.workflow.PublishMessageCommandImpl
 
PublishMessageCommandStep1 - Interface in io.zeebe.client.api.commands
 
PublishMessageCommandStep1.PublishMessageCommandStep2 - Interface in io.zeebe.client.api.commands
 
PublishMessageCommandStep1.PublishMessageCommandStep3 - Interface in io.zeebe.client.api.commands
 

R

resourceName - Variable in class io.zeebe.client.impl.events.WorkflowImpl
 
retries(int) - Method in interface io.zeebe.client.api.commands.CreateJobCommandStep1.CreateJobCommandStep2
Set the initial retries of this job.
retries(int) - Method in interface io.zeebe.client.api.commands.FailJobCommandStep1
Set the remaining retries of this job.
retries(int) - Method in interface io.zeebe.client.api.commands.UpdateRetriesJobCommandStep1
Set the retries of this job.
retries(int) - Method in class io.zeebe.client.impl.job.CreateJobCommandImpl
 
retries(int) - Method in class io.zeebe.client.impl.job.FailJobCommandImpl
 
retries(int) - Method in class io.zeebe.client.impl.job.JobUpdateRetriesCommandImpl
 

S

send() - Method in interface io.zeebe.client.api.commands.FinalCommandStep
Sends the command to the Zeebe broker.
send() - Method in class io.zeebe.client.impl.job.ActivateJobsCommandImpl
 
send() - Method in class io.zeebe.client.impl.job.CompleteJobCommandImpl
 
send() - Method in class io.zeebe.client.impl.job.CreateJobCommandImpl
 
send() - Method in class io.zeebe.client.impl.job.FailJobCommandImpl
 
send() - Method in class io.zeebe.client.impl.job.JobUpdateRetriesCommandImpl
 
send() - Method in class io.zeebe.client.impl.TopologyRequestImpl
 
send() - Method in class io.zeebe.client.impl.workflow.CancelWorkflowInstanceCommandImpl
 
send() - Method in class io.zeebe.client.impl.workflow.CreateWorkflowInstanceCommandImpl
 
send() - Method in class io.zeebe.client.impl.workflow.DeployWorkflowCommandImpl
 
send() - Method in class io.zeebe.client.impl.workflow.GetWorkflowCommandImpl
 
send() - Method in class io.zeebe.client.impl.workflow.ListWorkflowsCommandImpl
 
send() - Method in class io.zeebe.client.impl.workflow.PublishMessageCommandImpl
 
send() - Method in class io.zeebe.client.impl.workflow.UpdateWorkflowInstancePayloadCommandImpl
 
setPayloadInternal(String) - Method in class io.zeebe.client.impl.CommandWithPayload
 
setPayloadInternal(String) - Method in class io.zeebe.client.impl.job.CompleteJobCommandImpl
 
setPayloadInternal(String) - Method in class io.zeebe.client.impl.job.CreateJobCommandImpl
 
setPayloadInternal(String) - Method in class io.zeebe.client.impl.workflow.CreateWorkflowInstanceCommandImpl
 
setPayloadInternal(String) - Method in class io.zeebe.client.impl.workflow.PublishMessageCommandImpl
 
setPayloadInternal(String) - Method in class io.zeebe.client.impl.workflow.UpdateWorkflowInstancePayloadCommandImpl
 

T

timeout(long) - Method in interface io.zeebe.client.api.commands.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.commands.ActivateJobsCommandStep1.ActivateJobsCommandStep3
Set the time for how long a job is exclusively assigned for this subscription.
timeout(long) - Method in interface io.zeebe.client.api.subscription.JobWorkerBuilderStep1.JobWorkerBuilderStep3
Set the time for how long a job is exclusively assigned for this worker.
timeout(Duration) - Method in interface io.zeebe.client.api.subscription.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.job.ActivateJobsCommandImpl
 
timeout(Duration) - Method in class io.zeebe.client.impl.job.ActivateJobsCommandImpl
 
timeout(long) - Method in class io.zeebe.client.impl.subscription.JobWorkerBuilderImpl
 
timeout(Duration) - Method in class io.zeebe.client.impl.subscription.JobWorkerBuilderImpl
 
timeToLive(Duration) - Method in interface io.zeebe.client.api.commands.PublishMessageCommandStep1.PublishMessageCommandStep3
Set the time-to-live of the message.
timeToLive(Duration) - Method in class io.zeebe.client.impl.workflow.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.commands
 
TopologyImpl - Class in io.zeebe.client.impl
 
TopologyImpl(GatewayOuterClass.TopologyResponse) - Constructor for class io.zeebe.client.impl.TopologyImpl
 
TopologyRequestImpl - Class in io.zeebe.client.impl
 
TopologyRequestStep1 - Interface in io.zeebe.client.api.commands
 
toString() - Method in class io.zeebe.client.impl.events.DeploymentEventImpl
 
toString() - Method in class io.zeebe.client.impl.events.JobEventImpl
 
toString() - Method in class io.zeebe.client.impl.events.WorkflowImpl
 
toString() - Method in class io.zeebe.client.impl.events.WorkflowResourceImpl
 
toString() - Method in class io.zeebe.client.impl.events.WorkflowsImpl
 
toString() - Method in class io.zeebe.client.impl.response.JobHeadersImpl
 
toString() - Method in class io.zeebe.client.impl.workflow.CreateWorkflowInstanceResponseImpl
 
toString() - Method in class io.zeebe.client.impl.ZeebeClientBuilderImpl
 

U

UpdatePayloadWorkflowInstanceCommandStep1 - Interface in io.zeebe.client.api.commands
 
UpdatePayloadWorkflowInstanceCommandStep1.UpdatePayloadWorkflowInstanceCommandStep2 - Interface in io.zeebe.client.api.commands
 
UpdateRetriesJobCommandStep1 - Interface in io.zeebe.client.api.commands
 
UpdateRetriesJobCommandStep1.UpdateRetriesJobCommandStep2 - Interface in io.zeebe.client.api.commands
 
UpdateWorkflowInstancePayloadCommandImpl - Class in io.zeebe.client.impl.workflow
 
UpdateWorkflowInstancePayloadCommandImpl(GatewayGrpc.GatewayStub, ZeebeObjectMapper, long) - Constructor for class io.zeebe.client.impl.workflow.UpdateWorkflowInstancePayloadCommandImpl
 

V

validateJson(String, String) - Method in class io.zeebe.client.impl.ZeebeObjectMapper
 
validateJson(String, InputStream) - Method in class io.zeebe.client.impl.ZeebeObjectMapper
 
valueOf(String) - Static method in enum io.zeebe.client.api.commands.PartitionBrokerRole
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.zeebe.client.api.commands.PartitionBrokerRole
Returns an array containing the constants of this enum type, in the order they are declared.
version(int) - Method in interface io.zeebe.client.api.commands.CreateWorkflowInstanceCommandStep1.CreateWorkflowInstanceCommandStep2
Set the version of the workflow to create an instance of.
version(int) - Method in interface io.zeebe.client.api.commands.WorkflowResourceRequestStep1.WorkflowResourceRequestStep2
Set the version of the workflow to get the resource of.
version - Variable in class io.zeebe.client.impl.events.WorkflowImpl
 
version(int) - Method in class io.zeebe.client.impl.workflow.CreateWorkflowInstanceCommandImpl
 
version(int) - Method in class io.zeebe.client.impl.workflow.GetWorkflowCommandImpl
 

W

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.
workerName(String) - Method in interface io.zeebe.client.api.commands.ActivateJobsCommandStep1.ActivateJobsCommandStep3
Set the name of the job worker.
workerName(String) - Method in class io.zeebe.client.impl.job.ActivateJobsCommandImpl
 
Workflow - Interface in io.zeebe.client.api.commands
 
WorkflowClient - Interface in io.zeebe.client.api.clients
A client with access to all workflow-related operations: deploy a workflow create a workflow instance cancel a workflow instance update the payload of a workflow instance request a workflow resource request all deployed workflows
workflowClient() - Method in class io.zeebe.client.impl.ZeebeClientImpl
 
workflowClient() - Method in interface io.zeebe.client.ZeebeClient
A client to deploy a workflow create a workflow instance cancel a workflow instance update the payload of a workflow instance request a workflow resource request all deployed workflows
WorkflowImpl - Class in io.zeebe.client.impl.events
 
WorkflowImpl(GatewayOuterClass.WorkflowMetadata) - Constructor for class io.zeebe.client.impl.events.WorkflowImpl
 
WorkflowImpl(long, String, int, String) - Constructor for class io.zeebe.client.impl.events.WorkflowImpl
 
WorkflowInstanceEvent - Interface in io.zeebe.client.api.events
 
workflowKey(long) - Method in interface io.zeebe.client.api.commands.CreateWorkflowInstanceCommandStep1
Set the key of the workflow to create an instance of.
workflowKey(long) - Method in interface io.zeebe.client.api.commands.WorkflowResourceRequestStep1
Set the key of the workflow to get the resource of.
workflowKey - Variable in class io.zeebe.client.impl.events.WorkflowImpl
 
workflowKey(long) - Method in class io.zeebe.client.impl.workflow.CreateWorkflowInstanceCommandImpl
 
workflowKey(long) - Method in class io.zeebe.client.impl.workflow.GetWorkflowCommandImpl
 
WorkflowRequestStep1 - Interface in io.zeebe.client.api.commands
 
WorkflowResource - Interface in io.zeebe.client.api.commands
 
WorkflowResourceImpl - Class in io.zeebe.client.impl.events
 
WorkflowResourceImpl(GatewayOuterClass.GetWorkflowResponse) - Constructor for class io.zeebe.client.impl.events.WorkflowResourceImpl
 
WorkflowResourceImpl(long, String, int, String, String) - Constructor for class io.zeebe.client.impl.events.WorkflowResourceImpl
 
WorkflowResourceRequestStep1 - Interface in io.zeebe.client.api.commands
 
WorkflowResourceRequestStep1.WorkflowResourceRequestStep2 - Interface in io.zeebe.client.api.commands
 
WorkflowResourceRequestStep1.WorkflowResourceRequestStep3 - Interface in io.zeebe.client.api.commands
 
Workflows - Interface in io.zeebe.client.api.commands
 
WorkflowsClientImpl - Class in io.zeebe.client.impl
 
WorkflowsClientImpl(GatewayGrpc.GatewayStub, ZeebeClientConfiguration, ZeebeObjectMapper) - Constructor for class io.zeebe.client.impl.WorkflowsClientImpl
 
WorkflowsImpl - Class in io.zeebe.client.impl.events
 
WorkflowsImpl(GatewayOuterClass.ListWorkflowsResponse) - Constructor for class io.zeebe.client.impl.events.WorkflowsImpl
 

Z

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
 
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, 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 L M N O P R S T U V W Z 
Skip navigation links

Copyright © 2017–2018 camunda services GmbH. All rights reserved.