Uses of Interface
io.camunda.zeebe.stream.api.scheduling.Task
Packages that use Task
Package
Description
This package is to isolate classes that will be part of the platform.
-
Uses of Task in io.camunda.zeebe.stream.api.scheduling
Methods in io.camunda.zeebe.stream.api.scheduling with parameters of type TaskModifier and TypeMethodDescriptionSchedules 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.voidSimpleProcessingScheduleService.runAtFixedRate(Duration delay, Task task) voidProcessingScheduleService.runAtFixedRateAsync(Duration delay, Task task) Schedule a task to execute at a fixed rate.SimpleProcessingScheduleService.runDelayed(Duration delay, Task 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 Task in io.camunda.zeebe.stream.impl
Methods in io.camunda.zeebe.stream.impl with parameters of type TaskModifier and TypeMethodDescriptionExtendedProcessingScheduleServiceImpl.runAtAsync(long timestamp, Task task) voidExtendedProcessingScheduleServiceImpl.runAtFixedRate(Duration delay, Task task) voidProcessingScheduleServiceImpl.runAtFixedRate(Duration delay, Task task) voidExtendedProcessingScheduleServiceImpl.runAtFixedRateAsync(Duration delay, Task task) ExtendedProcessingScheduleServiceImpl.runDelayed(Duration delay, Task task) ProcessingScheduleServiceImpl.runDelayed(Duration delay, Task task) ExtendedProcessingScheduleServiceImpl.runDelayedAsync(Duration delay, Task task)