Uses of Class
io.camunda.zeebe.engine.processing.streamprocessor.ProcessingContext
Packages that use ProcessingContext
Package
Description
-
Uses of ProcessingContext in io.camunda.zeebe.engine.processing
Methods in io.camunda.zeebe.engine.processing with parameters of type ProcessingContextModifier and TypeMethodDescriptionstatic TypedRecordProcessorsEngineProcessors.createEngineProcessors(ProcessingContext processingContext, int partitionsCount, SubscriptionCommandSender subscriptionCommandSender, DeploymentDistributor deploymentDistributor, DeploymentResponder deploymentResponder, Consumer<String> onJobsAvailableCallback) -
Uses of ProcessingContext in io.camunda.zeebe.engine.processing.streamprocessor
Methods in io.camunda.zeebe.engine.processing.streamprocessor that return ProcessingContextModifier and TypeMethodDescriptionProcessingContext.abortCondition(BooleanSupplier abortCondition) ProcessingContext.actor(ActorControl actor) ProcessingContext.commandResponseWriter(CommandResponseWriter commandResponseWriter) ProcessingContext.eventApplier(EventApplier eventApplier) ProcessingContext.eventCache(RecordValues recordValues) StreamProcessorBuilder.getProcessingContext()ProcessingContext.listener(StreamProcessorListener streamProcessorListener) ProcessingContext.logStreamReader(LogStreamReader logStreamReader) ProcessingContext.logStreamWriter(TypedStreamWriter logStreamWriter) ProcessingContext.maxFragmentSize(int maxFragmentSize) ProcessingContext.processorMode(StreamProcessorMode streamProcessorMode) ProcessingContext.recordProcessorMap(RecordProcessorMap recordProcessorMap) ProcessingContext.transactionContext(TransactionContext transactionContext) ProcessingContext.zeebeState(ZeebeDbState zeebeState) Methods in io.camunda.zeebe.engine.processing.streamprocessor with parameters of type ProcessingContextModifier and TypeMethodDescriptionTypedRecordProcessorFactory.createProcessors(ProcessingContext processingContext) Creates typed record processors with the given context.Constructors in io.camunda.zeebe.engine.processing.streamprocessor with parameters of type ProcessingContextModifierConstructorDescriptionProcessingStateMachine(ProcessingContext context, BooleanSupplier shouldProcessNext) ReplayStateMachine(ProcessingContext context, BooleanSupplier shouldReplayNext)