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
Methods in io.camunda.zeebe.engine that return ProcessingScheduleServiceConstructors in io.camunda.zeebe.engine with parameters of type ProcessingScheduleServiceModifierConstructorDescriptionEngineContext(int partitionId, ProcessingScheduleService scheduleService, ZeebeDb zeebeDb, TransactionContext transactionContext, LegacyTypedStreamWriter streamWriter, LegacyTypedResponseWriter responseWriter, Function<MutableZeebeState, EventApplier> eventApplierFactory, TypedRecordProcessorFactory typedRecordProcessorFactory) -
Uses of ProcessingScheduleService in io.camunda.zeebe.engine.api
Methods in io.camunda.zeebe.engine.api that return ProcessingScheduleServiceMethods in io.camunda.zeebe.engine.api with parameters of type ProcessingScheduleServiceModifier and TypeMethodDescriptionvoidLegacyTask.run(LegacyTypedCommandWriter commandWriter, ProcessingScheduleService schedulingService) Deprecated. -
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) -
Uses of ProcessingScheduleService in io.camunda.zeebe.streamprocessor
Classes in io.camunda.zeebe.streamprocessor that implement ProcessingScheduleServiceMethods in io.camunda.zeebe.streamprocessor that return ProcessingScheduleService