public interface DurableBackgroundTask extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Canceling the task.
|
IgniteInternalFuture<DurableBackgroundTaskResult> |
executeAsync(GridKernalContext ctx)
Asynchronous task execution.
|
String |
name()
Getting the name of the task to identify it.
|
String name()
void cancel()
IgniteInternalFuture<DurableBackgroundTaskResult> executeAsync(GridKernalContext ctx)
result.ctx - Kernal context.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021