Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Router

Hierarchy

  • Router

Index

Constructors

constructor

  • new Router(serviceNotifications: events.ExternalServiceNotifications): Router

Properties

table

table: Map<string, RoutingInfo>

Methods

addServiceRoute

  • addServiceRoute(path: string, routeInfo: RoutingInfo): void

handleNewService

handleTerminatedService

resolve

  • resolve(url: string): RoutingInfo

rmServiceRoute

  • rmServiceRoute(path: string, routeInfo: RoutingInfo): void