Uses of Interface
io.zeebe.client.api.command.FailJobCommandStep1
-
Packages that use FailJobCommandStep1 Package Description io.zeebe.client.api.worker io.zeebe.client.impl io.zeebe.client.impl.command io.zeebe.client.impl.worker -
-
Uses of FailJobCommandStep1 in io.zeebe.client.api.worker
Methods in io.zeebe.client.api.worker that return FailJobCommandStep1 Modifier and Type Method Description FailJobCommandStep1
JobClient. newFailCommand(long jobKey)
Command to mark a job as failed. -
Uses of FailJobCommandStep1 in io.zeebe.client.impl
Methods in io.zeebe.client.impl that return FailJobCommandStep1 Modifier and Type Method Description FailJobCommandStep1
ZeebeClientImpl. newFailCommand(long jobKey)
-
Uses of FailJobCommandStep1 in io.zeebe.client.impl.command
Classes in io.zeebe.client.impl.command that implement FailJobCommandStep1 Modifier and Type Class Description class
FailJobCommandImpl
-
Uses of FailJobCommandStep1 in io.zeebe.client.impl.worker
Methods in io.zeebe.client.impl.worker that return FailJobCommandStep1 Modifier and Type Method Description FailJobCommandStep1
JobClientImpl. newFailCommand(long jobKey)
-