Class ManageSessionExecutor
java.lang.Object
com.kingsrook.qqq.middleware.javalin.executors.AbstractMiddlewareExecutor<ManageSessionInput,ManageSessionOutputInterface>
com.kingsrook.qqq.middleware.javalin.executors.ManageSessionExecutor
public class ManageSessionExecutor
extends AbstractMiddlewareExecutor<ManageSessionInput,ManageSessionOutputInterface>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(ManageSessionInput input, ManageSessionOutputInterface output)
-
Constructor Details
-
ManageSessionExecutor
public ManageSessionExecutor()
-
-
Method Details
-
execute
public void execute(ManageSessionInput input, ManageSessionOutputInterface output) throws QException - Specified by:
execute
in classAbstractMiddlewareExecutor<ManageSessionInput,
ManageSessionOutputInterface> - Throws:
QException
-