public class ExecuteTasksCallable extends Object implements Callable<List<Future<AsyncTriggerExecutionResult>>>
| Modifier and Type | Method and Description |
|---|---|
List<Future<AsyncTriggerExecutionResult>> |
call() |
protected RetryStrategy |
getRetryStrategy(FlowNodeDefinition nodeDefinition) |
protected List<ExecuteTaskCallable> |
getTasksToBeExecuted() |
protected List<AsyncTrigger> |
getTasksToTrigger() |
public List<Future<AsyncTriggerExecutionResult>> call()
call in interface Callable<List<Future<AsyncTriggerExecutionResult>>>protected List<ExecuteTaskCallable> getTasksToBeExecuted()
protected RetryStrategy getRetryStrategy(FlowNodeDefinition nodeDefinition)
protected List<AsyncTrigger> getTasksToTrigger()
Copyright © 2015. All rights reserved.