Skip to content

[Feature Request] Allow publishers to register an event listener using the subscriptions object #1163

@ed-bird

Description

@ed-bird

Using the existing registerEventListener or registerEventFilterer methods, publishers should be able to register their own event listener to track SwG events.

For example:

subscriptions.registerEventListener(function (event) { 
  // Send event to publisher server
});

I think exposing the entire eventManager object might be too much as that could be used to push new events instead of just registering the listener.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions