Constructors

Properties

Methods

Constructors

Properties

services: RouterService[] = []

Methods

  • Start the router. It will pick the service if all conditions are match and send all parameter provided to the final function.

    Returns Promise<{
        services: string[];
        status: boolean;
    }>

    json with status and services that run