Uses of Interface
io.aleph0.yap.core.task.action.TaskAction
Packages that use TaskAction
-
Uses of TaskAction in io.aleph0.yap.core.task
Methods in io.aleph0.yap.core.task that return types with arguments of type TaskActionModifier and TypeMethodDescriptionDefaultTaskController.onCancelRequested()TaskController.onCancelRequested()Called when the user has requested to cancel this task.DefaultTaskController.onHeartbeat()TaskController.onHeartbeat()Called when no lifecycle events have occurred withinthe heartbeat interval.DefaultTaskController.onTaskStart()TaskController.onTaskStart()Called when a task has been started.DefaultTaskController.onWorkerCompletedExceptionally(int id, Throwable error) TaskController.onWorkerCompletedExceptionally(int id, Throwable e) Called when a worker completed exceptionally by propagating an exception.DefaultTaskController.onWorkerCompletedNormally(int id) TaskController.onWorkerCompletedNormally(int id) Called when a worker completed normally, for example because all input messages were processed.DefaultTaskController.onWorkerStarted(int id) TaskController.onWorkerStarted(int id) Called when a worker was started successfully in response to a start request.DefaultTaskController.onWorkerStopped(int id) TaskController.onWorkerStopped(int id) Called when a worker was stopped in response to a stop request. -
Uses of TaskAction in io.aleph0.yap.core.task.action
Classes in io.aleph0.yap.core.task.action that implement TaskActionModifier and TypeClassDescriptionfinal recordfinal recordfinal recordfinal recordfinal record