Modifier and Type | Interface and Description |
---|---|
public interface | Dispatchable
Classes implementing this interface specify the name of the parameter that contains the name of the task's method to execute. |
Modifier and Type | Class and Description |
---|---|
public abstract class | DispatchTask
Tasks extending this class may contain multiple actions. |
public class | DispatchUtils
Determines and Executes the action method for the task. |