Skip to content

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.

ParameterTypeDescription
optionsCreateOutboxRouteOptionsSource endpoint, outbox layout, and optional metadata.

MftRoute

An MftRoute ready to register with RouteRegistry.