Uses of Interface
io.camunda.zeebe.engine.processing.streamprocessor.ActivatedJob
Packages that use ActivatedJob
-
Uses of ActivatedJob in io.camunda.zeebe.engine.processing.streamprocessor
Methods in io.camunda.zeebe.engine.processing.streamprocessor with parameters of type ActivatedJobModifier and TypeMethodDescriptionvoidJobStreamer.ErrorHandler.handleError(Throwable error, ActivatedJob job) voidJobStreamer.JobStream.push(ActivatedJob payload, JobStreamer.ErrorHandler errorHandler) Pushes the given payload to the stream.