Routes.combine

Creates a combination route. Will handle 'sourceRoute' first, then 'destinationRoute' afterwaards. The first route should not create respponse data! For data passing from first route to the second use the request context.

class Routes
final static
void
combine

Parameters

sourceRoute string

The source route.

destinationRoute string

The destination route.

Meta