Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FileSystemWatcherServiceDispatcher

This component routes watch events to the right clients.

Hierarchy

  • FileSystemWatcherServiceDispatcher

Implements

Index

Constructors

Properties

clients: Map<number, FileSystemWatcherClient> = ...

Mapping of clientId to actual clients.

Methods

  • unregisterClient(clientId: number): void