Class ActionExecutorFactory
- java.lang.Object
-
- org.wso2.diagnostics.actionexecutor.ActionExecutorFactory
-
public class ActionExecutorFactory extends Object
Factory used to create various Executors instance by their class name.
-
-
Constructor Summary
Constructors Constructor Description ActionExecutorFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ActionExecutorgetActionExecutor(String executorType)This Method used to create Executor objects.
-
-
-
Method Detail
-
getActionExecutor
public static ActionExecutor getActionExecutor(String executorType)
This Method used to create Executor objects.- Parameters:
executorType- the executor type.- Returns:
- PostExecutor
-
-