Class WorkerValueStreamResponder
Hierarchy
-
WorkerValueStreamResponder
Constructors
constructor
-
Parameters
Properties
Private adapterId
Private respond
valueStream
Methods
onOpen
-
Returns void
onSubscription
-
Parameters
Returns void
onSubscriptionError
- onSubscriptionError(error: any): void
-
Parameters
Returns void
onUnsubscription
-
Parameters
Returns void
onValue
- onValue(path: string, specification: TopicSpecification, newValue: Buffer, oldValue: Buffer | null): void
-
Parameters
-
path: string
-
-
newValue: Buffer
-
oldValue: Buffer | null
Returns void
An adapter that listens to value stream events in the shared worker and sends the events to the registry proxy in the tab