Uses of Interface
io.camunda.zeebe.engine.api.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.engine.api
Methods in io.camunda.zeebe.engine.api with parameters of type TaskModifier and TypeMethodDescriptionvoidProcessingScheduleService.runAtFixedRate(Duration delay, Task task) voidProcessingScheduleService.runDelayed(Duration delay, Task task) -
Uses of Task in io.camunda.zeebe.engine.processing.message
Classes in io.camunda.zeebe.engine.processing.message that implement Task -
Uses of Task in io.camunda.zeebe.streamprocessor
Methods in io.camunda.zeebe.streamprocessor with parameters of type TaskModifier and TypeMethodDescriptionvoidProcessingScheduleServiceImpl.runAtFixedRate(Duration delay, Task task) voidProcessingScheduleServiceImpl.runDelayed(Duration delay, Task task)