Abstract
Optional
DESCRIPTIONA description of the route.
Abstract
IDThe unique identifier for the route.
Abstract
METHODThe HTTP method used by the route (e.g., GET, POST).
Abstract
ROUTE_The URL path of the route.
Abstract
TYPEThe type of the route, defined by the ROUTETYPE enum.
Abstract
extractA function that extracts data from the input request.
Optional
processAn optional function that processes the extracted data.
Abstract
respondA function that generates the output response from the processed data.
Represents an inbound synchronization route with specific types for input, return, response, and output.