Handles the dynamic registration and deregistration of router instances.

This is a singleton and should not be instantiated directly.

Properties

Methods

Properties

instances: ReactiveMap<string, RouterInstance> = ...

Container for router instances.

Methods

  • Deregister a router instance.

    Parameters

    • id: string

      The id of the instance to deregister.

    • Optionalspan: Span

    Returns void