Uses of Interface
io.camunda.zeebe.engine.api.RecordProcessorContext
Packages that use RecordProcessorContext
Package
Description
This package is to isolate classes that will be part of the platform.
-
Uses of RecordProcessorContext in io.camunda.zeebe.engine
Methods in io.camunda.zeebe.engine with parameters of type RecordProcessorContextModifier and TypeMethodDescriptionvoidEngine.init(RecordProcessorContext recordProcessorContext) -
Uses of RecordProcessorContext in io.camunda.zeebe.engine.api
Methods in io.camunda.zeebe.engine.api with parameters of type RecordProcessorContextModifier and TypeMethodDescriptionvoidRecordProcessor.init(RecordProcessorContext recordProcessorContext) Called by platform to initialize the processor -
Uses of RecordProcessorContext in io.camunda.zeebe.streamprocessor
Classes in io.camunda.zeebe.streamprocessor that implement RecordProcessorContext