EventListener interface

A setting defines which kinds of events should be sent to which endpoint.

Properties

endpoint

An endpoint specifying where Web PubSub should send events to.

filter

A base class for event filter which determines whether an event should be sent to an event listener.

Property Details

endpoint

An endpoint specifying where Web PubSub should send events to.

endpoint: EventListenerEndpointUnion

Property Value

filter

A base class for event filter which determines whether an event should be sent to an event listener.

filter: EventListenerFilterUnion

Property Value