Uses of Annotation Type
io.camunda.zeebe.client.api.ExperimentalApi
Packages that use ExperimentalApi
Package
Description
-
Uses of ExperimentalApi in io.camunda.zeebe.client
Methods in io.camunda.zeebe.client with annotations of type ExperimentalApiModifier and TypeMethodDescriptionZeebeClient.newMigrateProcessInstanceCommand(long processInstanceKey) Command to migrate a process instance to a different process definition.ZeebeClient.newUserTaskAssignCommand(long userTaskKey) Command to assign a user task.ZeebeClient.newUserTaskCompleteCommand(long userTaskKey) Command to complete a user task.ZeebeClient.newUserTaskUnassignCommand(long userTaskKey) Command to unassign a user task.ZeebeClient.newUserTaskUpdateCommand(long userTaskKey) Command to update a user task.ZeebeClientBuilder.preferRestOverGrpc(boolean preferRestOverGrpc) Deprecated.since 8.5, will be removed in 8.8booleanZeebeClientConfiguration.preferRestOverGrpc() -
Uses of ExperimentalApi in io.camunda.zeebe.client.api.command
Classes in io.camunda.zeebe.client.api.command with annotations of type ExperimentalApiModifier and TypeInterfaceDescriptioninterfaceinterfaceMethods in io.camunda.zeebe.client.api.command with annotations of type ExperimentalApi -
Uses of ExperimentalApi in io.camunda.zeebe.client.api.response
Classes in io.camunda.zeebe.client.api.response with annotations of type ExperimentalApiModifier and TypeInterfaceDescriptioninterfaceinterfaceMethods in io.camunda.zeebe.client.api.response with annotations of type ExperimentalApiModifier and TypeMethodDescriptionActivatedJob.getTenantId()ProcessInstanceEvent.getTenantId()Tenant identifier that owns this process instanceProcessInstanceResult.getTenantId()Tenant identifier that owns this process instance -
Uses of ExperimentalApi in io.camunda.zeebe.client.api.worker
Methods in io.camunda.zeebe.client.api.worker with annotations of type ExperimentalApiModifier and TypeMethodDescriptionJobClient.newStreamJobsCommand()Activates and streams jobs of a specific type.JobWorkerBuilderStep1.JobWorkerBuilderStep3.streamEnabled(boolean isStreamEnabled) Opt-in feature flag to enable job streaming.JobWorkerBuilderStep1.JobWorkerBuilderStep3.streamTimeout(Duration timeout) If streaming is enabled, sets a maximum lifetime for a given stream. -
Uses of ExperimentalApi in io.camunda.zeebe.client.impl
Methods in io.camunda.zeebe.client.impl with annotations of type ExperimentalApiModifier and TypeMethodDescriptionZeebeClientCloudBuilderImpl.defaultJobWorkerTenantIds(List<String> tenantIds) ZeebeClientCloudBuilderImpl.defaultTenantId(String tenantId)