Options
All
  • Public
  • Public/Protected
  • All
Menu

Worker Service communication helper.

remarks

Listens to Web Worker messages from entWorkerSet and implements:

  • worker service initialization
  • request/response scheme
  • error handling.

This class should be subclassed to provide concrete like TileDecoderService.

Communication peer for ConcurrentWorkerSet.

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Readonly serviceId

serviceId: string

The service id.

Methods

destroy

  • destroy(): void

Protected handleMessage

  • handleMessage(message: any): void

Protected handleRequest

Generated using TypeDoc