Class ProcessInitOrStepExecutor
java.lang.Object
com.kingsrook.qqq.middleware.javalin.executors.AbstractMiddlewareExecutor<ProcessInitOrStepInput,ProcessInitOrStepOrStatusOutputInterface>
com.kingsrook.qqq.middleware.javalin.executors.ProcessInitOrStepExecutor
public class ProcessInitOrStepExecutor
extends AbstractMiddlewareExecutor<ProcessInitOrStepInput,ProcessInitOrStepOrStatusOutputInterface>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Note: implementation of the output interface here, it wants to know what type it's going to be first, so, be polite and always call .setType before any other setters.
-
Constructor Details
-
ProcessInitOrStepExecutor
public ProcessInitOrStepExecutor()
-
-
Method Details
-
execute
public void execute(ProcessInitOrStepInput input, ProcessInitOrStepOrStatusOutputInterface output) throws QException Note: implementation of the output interface here, it wants to know what type it's going to be first, so, be polite and always call .setType before any other setters.- Specified by:
execute
in classAbstractMiddlewareExecutor<ProcessInitOrStepInput,
ProcessInitOrStepOrStatusOutputInterface> - Throws:
QException
-