Bug 530923 (IEventBroker, unsubscribe) - IEventBroker.unsubscribe(Topic, EventHandler)
Summary: IEventBroker.unsubscribe(Topic, EventHandler)
Status: NEW
Alias: IEventBroker, unsubscribe
Product: Platform
Classification: Eclipse Project
Component: Runtime (show other bugs)
Version: 4.7.2   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: platform-runtime-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: api, usability
Depends on:
Blocks:
 
Reported: 2018-02-09 03:29 EST by Christian Eugster CLA
Modified: 2018-02-09 03:29 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Eugster CLA 2018-02-09 03:29:17 EST
I propose to add a new method to IEventHandler to unsubscribe not only the eventhandler, but also from which Topics it should unsubcribe. This is practicable when e.g. a part subscribe for several Topics and want only a part of them unsubscribe, while the subscription for the others remain valid.