Uses of Interface
io.camunda.zeebe.client.api.command.ThrowErrorCommandStep1
Packages that use ThrowErrorCommandStep1
Package
Description
-
Uses of ThrowErrorCommandStep1 in io.camunda.zeebe.client.api.worker
Methods in io.camunda.zeebe.client.api.worker that return ThrowErrorCommandStep1Modifier and TypeMethodDescriptionJobClient.newThrowErrorCommand(long jobKey) Command to report a business error (i.e. non-technical) that occurs while processing a job.JobClient.newThrowErrorCommand(ActivatedJob job) Command to report a business error (i.e. non-technical) that occurs while processing a job. -
Uses of ThrowErrorCommandStep1 in io.camunda.zeebe.client.impl
Methods in io.camunda.zeebe.client.impl that return ThrowErrorCommandStep1Modifier and TypeMethodDescriptionZeebeClientImpl.newThrowErrorCommand(long jobKey) ZeebeClientImpl.newThrowErrorCommand(ActivatedJob job) -
Uses of ThrowErrorCommandStep1 in io.camunda.zeebe.client.impl.command
Classes in io.camunda.zeebe.client.impl.command that implement ThrowErrorCommandStep1Methods in io.camunda.zeebe.client.impl.command that return ThrowErrorCommandStep1 -
Uses of ThrowErrorCommandStep1 in io.camunda.zeebe.client.impl.worker
Methods in io.camunda.zeebe.client.impl.worker that return ThrowErrorCommandStep1Modifier and TypeMethodDescriptionJobClientImpl.newThrowErrorCommand(long jobKey) JobClientImpl.newThrowErrorCommand(ActivatedJob job)