Interface RouteProviderContextHandlerInterface
- All Known Implementing Classes:
DefaultRouteProviderContextHandler
public interface RouteProviderContextHandlerInterface
interface for how to handle the javalin context for a process based route provider.
e.g., taking things like query params and the request body into the process input
and similarly for the http response from the process output..
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleRequest
(io.javalin.http.Context context, RunProcessInput runProcessInput) boolean
handleResponse
(io.javalin.http.Context context, RunProcessOutput runProcessOutput)
-
Method Details
-
handleRequest
-
handleResponse
boolean handleResponse(io.javalin.http.Context context, RunProcessOutput runProcessOutput) throws QException - Throws:
QException
-