createOutboxRoute
function createOutboxRoute(options: CreateOutboxRouteOptions): MftRoute;Defined in: src/mft/conventions.ts:149
Creates a route that drops files from a source endpoint into an outbox directory.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
options | CreateOutboxRouteOptions | Source endpoint, outbox layout, and optional metadata. |
Returns
Section titled “Returns”An MftRoute ready to register with RouteRegistry.