Uses of Interface
io.camunda.zeebe.engine.api.RecordProcessor
Packages that use RecordProcessor
Package
Description
This package is to isolate classes that will be part of the platform.
-
Uses of RecordProcessor in io.camunda.zeebe.engine
Classes in io.camunda.zeebe.engine that implement RecordProcessor -
Uses of RecordProcessor in io.camunda.zeebe.streamprocessor
Methods in io.camunda.zeebe.streamprocessor that return types with arguments of type RecordProcessorMethod parameters in io.camunda.zeebe.streamprocessor with type arguments of type RecordProcessorModifier and TypeMethodDescriptionStreamProcessorBuilder.recordProcessors(List<RecordProcessor> recordProcessors) Constructor parameters in io.camunda.zeebe.streamprocessor with type arguments of type RecordProcessorModifierConstructorDescriptionProcessingStateMachine(StreamProcessorContext context, BooleanSupplier shouldProcessNext, List<RecordProcessor> recordProcessors) ReplayStateMachine(List<RecordProcessor> recordProcessors, StreamProcessorContext context, BooleanSupplier shouldReplayNext)