c-core icon indicating copy to clipboard operation
c-core copied to clipboard

Subscription Event Engine and Events Listener implementation

Open parfeon opened this issue 1 year ago • 1 comments

feat(event-engine): add general event engine

Add core Event Engine implementation with the required set of types and methods.

feat(subscribe-event-engine): add subscribe event engine

Add Subscribe Event Engine built atop of the core Event Engine implementation.

feat(entities): add base PubNub entities

Add the following entities: channel, channel group, uuid and channel metadata objects.

feat(subscription): add subscription and subscription sets

Add objects to manage subscriptions and provides interface for update listeners.

feat(listeners): add event listener

Add new event listeners, which make it possible to add listeners to a specific entity or group of entities (though subscription and subscription set).

parfeon avatar Sep 11 '24 09:09 parfeon

image 10k changes

Xavrax avatar Sep 11 '24 12:09 Xavrax

@pubnub-release-bot release

parfeon avatar Oct 15 '24 11:10 parfeon

🚀 Release successfully completed 🚀

pubnub-release-bot avatar Oct 15 '24 14:10 pubnub-release-bot