Uses of Interface
io.camunda.zeebe.stream.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.stream.impl
Methods in io.camunda.zeebe.stream.impl that return types with arguments of type RecordProcessorMethod parameters in io.camunda.zeebe.stream.impl with type arguments of type RecordProcessorModifier and TypeMethodDescriptionStreamProcessorBuilder.recordProcessors(List<RecordProcessor> recordProcessors) Constructor parameters in io.camunda.zeebe.stream.impl with type arguments of type RecordProcessorModifierConstructorDescriptionProcessingStateMachine(StreamProcessorContext context, BooleanSupplier shouldProcessNext, List<RecordProcessor> recordProcessors) ReplayStateMachine(List<RecordProcessor> recordProcessors, StreamProcessorContext context, BooleanSupplier shouldReplayNext)