Uses of Interface
io.camunda.zeebe.stream.api.scheduling.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.stream.api
Methods in io.camunda.zeebe.stream.api that return ProcessingScheduleServiceModifier and TypeMethodDescriptionReadonlyStreamProcessorContext.getScheduleService()RecordProcessorContext.getScheduleService() -
Uses of ProcessingScheduleService in io.camunda.zeebe.stream.impl
Classes in io.camunda.zeebe.stream.impl that implement ProcessingScheduleServiceMethods in io.camunda.zeebe.stream.impl that return ProcessingScheduleServiceModifier and TypeMethodDescriptionRecordProcessorContextImpl.getScheduleService()StreamProcessorContext.getScheduleService()Methods in io.camunda.zeebe.stream.impl with parameters of type ProcessingScheduleServiceModifier and TypeMethodDescriptionStreamProcessorContext.scheduleService(ProcessingScheduleService scheduleService) Constructors in io.camunda.zeebe.stream.impl with parameters of type ProcessingScheduleServiceModifierConstructorDescriptionRecordProcessorContextImpl(int partitionId, ProcessingScheduleService scheduleService, ZeebeDb zeebeDb, TransactionContext transactionContext, InterPartitionCommandSender partitionCommandSender, KeyGeneratorControls keyGeneratorControls)