AbstractOptionalDESCRIPTIONA description of the route.
AbstractIDThe unique identifier for the route.
AbstractMETHODThe HTTP method used by the route (e.g., GET, POST).
AbstractROUTE_The URL path of the route.
AbstractTYPEThe type of the route, defined by the ROUTETYPE enum.
AbstractextractA function that extracts data from the input request.
OptionalprocessAn optional function that processes the extracted data.
AbstractrespondA function that generates the output response from the processed data.
Represents an inbound synchronization route with specific types for input, return, response, and output.