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