Package org.openspaces.core.executor
Interface TaskRoutingProvider
- All Known Implementing Classes:
AbstractDelegatingDistributedTask,AvgTask,CallableDistributedTaskAdapter,CallableTaskAdapter,ExecutorRemotingTask,MaxTask,MinTask,PrivilegedDistributedTask,PrivilegedTask,RunnableDistributedTaskAdapter,RunnableTaskAdapter,SimpleDelegatingDistributedTask,SimpleDelegatingTask,SumTask
public interface TaskRoutingProvider
Controls the
Task routing.- Author:
- kimchy
-
Method Summary
-
Method Details
-
getRouting
Object getRouting()Returns the routing of the task.
-