Package io.camunda.zeebe.engine.processing.streamprocessor
package io.camunda.zeebe.engine.processing.streamprocessor
-
ClassDescriptionRepresents an activated
JobRecordValue.CommandProcessor<T extends UnifiedRecordValue>High-level record processor abstraction that implements the common behavior of most command-handling processors.CommandProcessorImpl<T extends UnifiedRecordValue>Decorates a command processor with simple accept and reject logic.JobActivationPropertiesrepresents the minimum set of properties required to activate aJobRecordValuein the engine.AJobStreamerallows the engine to push data back to a single gateway (any).Logic which is executed when the job cannot be pushed downstream.AJobStreamer.JobStreamallows consumers to push out activated jobs.TypedRecordProcessor<T extends UnifiedRecordValue>