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 Details