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.newClockPinCommand()Deprecated.Command to pin the Zeebe engine's internal clock to a specific time.ZeebeClient.newClockResetCommand()Deprecated.Command to reset the Zeebe engine's internal clock to the system time.ZeebeClient.newDecisionDefinitionGetXmlRequest(long decisionKey) Deprecated.ZeebeClient.newDecisionDefinitionQuery()Deprecated.ZeebeClient.newDecisionRequirementsQuery()Deprecated.Executes a search request to query Decision Requirements.ZeebeClient.newFlownodeInstanceQuery()Deprecated.Executes a search request to query flow node instances.ZeebeClient.newIncidentQuery()Deprecated.ZeebeClient.newMigrateProcessInstanceCommand(long processInstanceKey) Deprecated.Command to migrate a process instance to a different process definition.ZeebeClient.newProcessInstanceQuery()Deprecated.Executes a search request to query process instances.ZeebeClient.newUserTaskQuery()Deprecated.Executes a search request to query user tasks.ZeebeClientBuilder.preferRestOverGrpc(boolean preferRestOverGrpc) Deprecated.since 8.5, will be removed in 8.8booleanZeebeClientConfiguration.preferRestOverGrpc()Deprecated. -
Uses of ExperimentalApi in io.camunda.zeebe.client.api.command
Classes in io.camunda.zeebe.client.api.command with annotations of type ExperimentalApiModifier and TypeInterfaceDescriptioninterfaceDeprecated.since 8.8 for removal in 8.9, replaced byMigrateProcessInstanceCommandStep1interfaceDeprecated.Methods 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 TypeInterfaceDescriptioninterfaceDeprecated.since 8.8 for removal in 8.9, replaced byMigrateProcessInstanceResponseinterfaceDeprecated.since 8.8 for removal in 8.9, replaced byStreamJobsResponseMethods in io.camunda.zeebe.client.api.response with annotations of type ExperimentalApiModifier and TypeMethodDescriptionActivatedJob.getTenantId()Deprecated.ProcessInstanceEvent.getTenantId()Deprecated.Tenant identifier that owns this process instanceProcessInstanceResult.getTenantId()Deprecated.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()Deprecated.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)