Uses of Interface
io.camunda.zeebe.stream.api.scheduling.SimpleProcessingScheduleService.ScheduledTask
Packages that use SimpleProcessingScheduleService.ScheduledTask
Package
Description
This package is to isolate classes that will be part of the platform.
-
Uses of SimpleProcessingScheduleService.ScheduledTask in io.camunda.zeebe.stream.api.scheduling
Methods in io.camunda.zeebe.stream.api.scheduling that return SimpleProcessingScheduleService.ScheduledTaskModifier and TypeMethodDescriptionSchedules the task to run at or after the given timestamp.Schedules the task to run at or after the given timestamp.ProcessingScheduleService.runAtAsync(long timestamp, Task task) Schedule a task to execute at or after a specific timestamp.SimpleProcessingScheduleService.runDelayed(Duration delay, Task task) Schedules the task to run after the given delay.SimpleProcessingScheduleService.runDelayed(Duration delay, Runnable task) Schedules the task to run after the given delay.ProcessingScheduleService.runDelayedAsync(Duration delay, Task task) Schedule a task to execute with a specific delay. -
Uses of SimpleProcessingScheduleService.ScheduledTask in io.camunda.zeebe.stream.impl
Methods in io.camunda.zeebe.stream.impl that return SimpleProcessingScheduleService.ScheduledTaskModifier and TypeMethodDescriptionExtendedProcessingScheduleServiceImpl.runAtAsync(long timestamp, Task task) ExtendedProcessingScheduleServiceImpl.runDelayed(Duration delay, Task task) ExtendedProcessingScheduleServiceImpl.runDelayed(Duration delay, Runnable task) ProcessingScheduleServiceImpl.runDelayed(Duration delay, Task task) ProcessingScheduleServiceImpl.runDelayed(Duration delay, Runnable task) ExtendedProcessingScheduleServiceImpl.runDelayedAsync(Duration delay, Task task)