Uses of Interface
io.camunda.zeebe.client.api.command.ThrowErrorCommandStep1
-
Packages that use ThrowErrorCommandStep1 Package Description io.camunda.zeebe.client.api.worker io.camunda.zeebe.client.impl io.camunda.zeebe.client.impl.command io.camunda.zeebe.client.impl.worker -
-
Uses of ThrowErrorCommandStep1 in io.camunda.zeebe.client.api.worker
Methods in io.camunda.zeebe.client.api.worker that return ThrowErrorCommandStep1 Modifier and Type Method Description ThrowErrorCommandStep1JobClient. newThrowErrorCommand(long jobKey)Command to report a business error (i.e. -
Uses of ThrowErrorCommandStep1 in io.camunda.zeebe.client.impl
Methods in io.camunda.zeebe.client.impl that return ThrowErrorCommandStep1 Modifier and Type Method Description ThrowErrorCommandStep1ZeebeClientImpl. newThrowErrorCommand(long jobKey) -
Uses of ThrowErrorCommandStep1 in io.camunda.zeebe.client.impl.command
Classes in io.camunda.zeebe.client.impl.command that implement ThrowErrorCommandStep1 Modifier and Type Class Description classThrowErrorCommandImpl -
Uses of ThrowErrorCommandStep1 in io.camunda.zeebe.client.impl.worker
Methods in io.camunda.zeebe.client.impl.worker that return ThrowErrorCommandStep1 Modifier and Type Method Description ThrowErrorCommandStep1JobClientImpl. newThrowErrorCommand(long jobKey)
-