JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.camunda.zeebe.exporter.api.context
Interface ScheduledTask
public interface
ScheduledTask
Represents a cancellable task.
See Also:
Controller.scheduleCancellableTask(Duration, Runnable)
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
cancel
()
Cancel this task.
Method Details
cancel
void
cancel
()
Cancel this task.