Uses of Interface
com.kingsrook.qqq.middleware.javalin.executors.io.ProcessInitOrStepOrStatusOutputInterface
Packages that use ProcessInitOrStepOrStatusOutputInterface
Package
Description
This package contains (hopefully generally) api-version-agnostic classes
that implement the actual QQQ Middleware.
-
Uses of ProcessInitOrStepOrStatusOutputInterface in com.kingsrook.qqq.middleware.javalin.executors
Subclasses with type arguments of type ProcessInitOrStepOrStatusOutputInterface in com.kingsrook.qqq.middleware.javalin.executorsMethods in com.kingsrook.qqq.middleware.javalin.executors with parameters of type ProcessInitOrStepOrStatusOutputInterfaceModifier and TypeMethodDescriptionvoidProcessInitOrStepExecutor.execute(ProcessInitOrStepInput input, ProcessInitOrStepOrStatusOutputInterface output) 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.voidProcessStatusExecutor.execute(ProcessStatusInput input, ProcessInitOrStepOrStatusOutputInterface output) 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. -
Uses of ProcessInitOrStepOrStatusOutputInterface in com.kingsrook.qqq.middleware.javalin.executors.utils
Methods in com.kingsrook.qqq.middleware.javalin.executors.utils with parameters of type ProcessInitOrStepOrStatusOutputInterfaceModifier and TypeMethodDescriptionstatic voidProcessExecutorUtils.serializeRunProcessExceptionForCaller(ProcessInitOrStepOrStatusOutputInterface processInitOrStepOutput, Exception exception) static voidProcessExecutorUtils.serializeRunProcessResultForCaller(ProcessInitOrStepOrStatusOutputInterface processInitOrStepOutput, String processName, RunProcessOutput runProcessOutput) Whether a step finished synchronously or asynchronously, return its data to the caller the same way. -
Uses of ProcessInitOrStepOrStatusOutputInterface in com.kingsrook.qqq.middleware.javalin.specs.v1.responses
Classes in com.kingsrook.qqq.middleware.javalin.specs.v1.responses that implement ProcessInitOrStepOrStatusOutputInterface