Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic parsing of events #95

Merged
merged 4 commits into from
Aug 18, 2015
Merged

Basic parsing of events #95

merged 4 commits into from
Aug 18, 2015

Conversation

renner
Copy link
Member

@renner renner commented Aug 17, 2015

This patch brings in basic parsing of events into objects. So far we are only separating an event's tag from its data though. This is already very helpful in order to filter the event stream for interesting events. Apart from that there is two small commits affecting the event stream tests. Please have a look, @lucidd, thank you!

public class Event {

private String tag;
private HashMap<String, Object> data;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i would just use Map here no reason to be more specific.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, fixed with 9aec7a5.

@lucidd
Copy link
Member

lucidd commented Aug 18, 2015

Besides the line i commented on LGTM 👍

renner added a commit that referenced this pull request Aug 18, 2015
@renner renner merged commit 9a84341 into master Aug 18, 2015
@renner renner deleted the master-parse-events branch August 18, 2015 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants