Closed vitaly-t closed 4 years ago
Add a reusable EventConsumer class, to simplify exposing read-only events, i.e. events for which which a consumer can only subscribe, but cannot emit data or cancel other subscriptions.
EventConsumer
Implemented and released in v1.7.0.
Add a reusable
EventConsumer
class, to simplify exposing read-only events, i.e. events for which which a consumer can only subscribe, but cannot emit data or cancel other subscriptions.