Uses of Interface
io.camunda.zeebe.engine.api.ProcessingScheduleService
Packages that use ProcessingScheduleService
Package
Description
This package is to isolate classes that will be part of the platform.
-
Uses of ProcessingScheduleService in io.camunda.zeebe.engine.api
Methods in io.camunda.zeebe.engine.api that return ProcessingScheduleServiceModifier and TypeMethodDescriptionReadonlyStreamProcessorContext.getScheduleService()RecordProcessorContext.getScheduleService() -
Uses of ProcessingScheduleService in io.camunda.zeebe.engine.processing.streamprocessor
Methods in io.camunda.zeebe.engine.processing.streamprocessor that return ProcessingScheduleServiceModifier and TypeMethodDescriptionTypedRecordProcessorContext.getScheduleService()TypedRecordProcessorContextImpl.getScheduleService()Constructors in io.camunda.zeebe.engine.processing.streamprocessor with parameters of type ProcessingScheduleServiceModifierConstructorDescriptionTypedRecordProcessorContextImpl(int partitionId, ProcessingScheduleService scheduleService, ZeebeDbState zeebeState, Writers writers, InterPartitionCommandSender partitionCommandSender) -
Uses of ProcessingScheduleService in io.camunda.zeebe.streamprocessor
Classes in io.camunda.zeebe.streamprocessor that implement ProcessingScheduleServiceModifier and TypeClassDescriptionclassHere the implementation is just a suggestion to amke the engine abstraction work.Methods in io.camunda.zeebe.streamprocessor that return ProcessingScheduleServiceModifier and TypeMethodDescriptionRecordProcessorContextImpl.getScheduleService()StreamProcessorContext.getScheduleService()Methods in io.camunda.zeebe.streamprocessor with parameters of type ProcessingScheduleServiceModifier and TypeMethodDescriptionStreamProcessorContext.scheduleService(ProcessingScheduleService scheduleService) Constructors in io.camunda.zeebe.streamprocessor with parameters of type ProcessingScheduleServiceModifierConstructorDescriptionRecordProcessorContextImpl(int partitionId, ProcessingScheduleService scheduleService, ZeebeDb zeebeDb, TransactionContext transactionContext, Function<MutableZeebeState, EventApplier> eventApplierFactory, InterPartitionCommandSender partitionCommandSender, KeyGeneratorControls keyGeneratorControls)