Bug 399164 - Allow Event objects to be posted via EventBroker
Summary: Allow Event objects to be posted via EventBroker
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Runtime (show other bugs)
Version: 4.3   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: platform-runtime-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-26 09:12 EST by Alex Blewitt CLA
Modified: 2013-01-28 11:28 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Blewitt CLA 2013-01-26 09:12:15 EST
When posting objects via EventBroker, you can pass in a Map or a Dictionary. If you submit an Event object, it gets re-wrapped within another event.

broker.post("topic",new Event("topic",null));