Properties
Protected getWorker
getWorker: function
Protected workers
workers
: WorkerMap < T > = new Map<T, Worker<T>>()
Methods
Protected removeWorker
removeWorker( context: T ) : void
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
The WorkerClient class is extended by Service implementations to allow queueing of incoming events. It allows the use of generic contexts, to suit the service using it.