Uses of Interface
io.camunda.zeebe.engine.api.SimpleProcessingScheduleService
Packages that use SimpleProcessingScheduleService
Package
Description
This package is to isolate classes that will be part of the platform.
-
Uses of SimpleProcessingScheduleService in io.camunda.zeebe.engine.api
Subinterfaces of SimpleProcessingScheduleService in io.camunda.zeebe.engine.api -
Uses of SimpleProcessingScheduleService in io.camunda.zeebe.streamprocessor
Classes in io.camunda.zeebe.streamprocessor that implement SimpleProcessingScheduleServiceModifier and TypeClassDescriptionclassclassHere the implementation is just a suggestion to amke the engine abstraction work.Constructors in io.camunda.zeebe.streamprocessor with parameters of type SimpleProcessingScheduleServiceModifierConstructorDescriptionExtendedProcessingScheduleServiceImpl(SimpleProcessingScheduleService processorActorService, SimpleProcessingScheduleService asyncActorService, ConcurrencyControl concurrencyControl)