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. -
Uses of ExperimentalApi in io.camunda.zeebe.client.api.command
Classes in io.camunda.zeebe.client.api.command with annotations of type ExperimentalApiModifier and TypeInterfaceDescriptioninterfaceinterface -
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)