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

    Modifier and Type
    Method
    Description
    Returns the routing of the task.
  • Method Details

    • getRouting

      Object getRouting()
      Returns the routing of the task.