Class ActionExecutorFactory


  • public class ActionExecutorFactory
    extends Object
    Factory used to create various Executors instance by their class name.
    • Constructor Detail

      • ActionExecutorFactory

        public ActionExecutorFactory()
    • Method Detail

      • getActionExecutor

        public static ActionExecutor getActionExecutor​(String executorType)
        This Method used to create Executor objects.
        Parameters:
        executorType - the executor type.
        Returns:
        PostExecutor