Package org.openspaces.core.executor
package org.openspaces.core.executor
-
ClassDescriptionA marker annotation enabling a task to be autowired with resources defined within the processing unit.A marker interface enabling a task to be autowired with resources defined within the processing unit.A distributed task is a
Taskthat is executed on several space nodes, requiring toAsyncResultsReducer.reduce(java.util.List)the list ofAsyncResults.Task<T extends Serializable>A task executed on a space node (processing unit) that returns a result and may throw an exception.Taskcan implement this method to be injected with the Space they are executed on.Controls theTaskrouting.