Classes

The following classes are available globally.

  • An object that routes paths to a set of connected routers. Child router are added via the add(child:priority:) function. When the router is requested to handle a route it will query the children by priority order. If 2 children have identical priorities they will be queried in the order they were added.

    See more

    Declaration

    Swift

    open class Router