Uses of Interface
io.camunda.zeebe.engine.processing.streamprocessor.TypedRecordProcessorFactory
Packages that use TypedRecordProcessorFactory
Package
Description
This package is to isolate classes that will be part of the platform.
-
Uses of TypedRecordProcessorFactory in io.camunda.zeebe.engine
Methods in io.camunda.zeebe.engine that return TypedRecordProcessorFactoryConstructors in io.camunda.zeebe.engine with parameters of type TypedRecordProcessorFactoryModifierConstructorDescriptionEngineContext(int partitionId, ProcessingScheduleService scheduleService, ZeebeDb zeebeDb, TransactionContext transactionContext, LegacyTypedStreamWriter streamWriter, LegacyTypedResponseWriter responseWriter, Function<MutableZeebeState, EventApplier> eventApplierFactory, TypedRecordProcessorFactory typedRecordProcessorFactory) -
Uses of TypedRecordProcessorFactory in io.camunda.zeebe.streamprocessor
Methods in io.camunda.zeebe.streamprocessor that return TypedRecordProcessorFactoryMethods in io.camunda.zeebe.streamprocessor with parameters of type TypedRecordProcessorFactoryModifier and TypeMethodDescriptionStreamProcessorBuilder.streamProcessorFactory(TypedRecordProcessorFactory typedRecordProcessorFactory)