Package io.camunda.zeebe.streamprocessor
Class ProcessingScheduleServiceImpl
java.lang.Object
io.camunda.zeebe.streamprocessor.ProcessingScheduleServiceImpl
- All Implemented Interfaces:
ProcessingScheduleService
-
Constructor Summary
ConstructorsConstructorDescriptionProcessingScheduleServiceImpl(ActorControl actorControl, LegacyTypedCommandWriter legacyTypedCommandWriter) -
Method Summary
Modifier and TypeMethodDescriptionvoidrunDelayed(Duration delay, LegacyTask followUpTask) voidrunDelayed(Duration delay, Runnable followUpTask) <T> voidrunOnCompletion(ActorFuture<T> precedingTask, LegacyTask followUpTask) <T> voidrunOnCompletion(ActorFuture<T> precedingTask, BiConsumer<T, Throwable> followUpTask) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.camunda.zeebe.engine.api.ProcessingScheduleService
runAtFixedRate
-
Constructor Details
-
ProcessingScheduleServiceImpl
public ProcessingScheduleServiceImpl(ActorControl actorControl, LegacyTypedCommandWriter legacyTypedCommandWriter)
-
-
Method Details
-
runDelayed
- Specified by:
runDelayedin interfaceProcessingScheduleService
-
runOnCompletion
- Specified by:
runOnCompletionin interfaceProcessingScheduleService
-
runOnCompletion
- Specified by:
runOnCompletionin interfaceProcessingScheduleService
-
runDelayed
- Specified by:
runDelayedin interfaceProcessingScheduleService
-