[
https://issues.apache.org/jira/browse/ISIS-1028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14379070#comment-14379070
]
ASF subversion and git services commented on ISIS-1028:
-------------------------------------------------------
Commit d8d882d92fd2cadb5f3c104e7c95ea775d5abb48 in isis's branch
refs/heads/master from [~danhaywood]
[ https://git-wip-us.apache.org/repos/asf?p=isis.git;h=d8d882d ]
Merge branch 'ISIS-1028-merge' into ISIS-1028
> Create Event Bus Service based on Axon
> --------------------------------------
>
> Key: ISIS-1028
> URL: https://issues.apache.org/jira/browse/ISIS-1028
> Project: Isis
> Issue Type: New Feature
> Components: Core
> Affects Versions: core-1.8.0
> Reporter: Oscar Bou
> Assignee: Dan Haywood
> Fix For: 1.9.0
>
>
> Current Guava based implementation queues events, and that implies changes to
> the execution flow.
> Axon Event Bus implementations simply dispatches events as soon as are posted.
> That way, logic when dispatching events is always the same (immediate
> dispatching when posted), without depending on an Event being dispatched when
> no other Event is dispatching (so its Event Handlers would be invoked
> immediately) or when other Event is currently being dispatched (in which case
> Guava would queue it instead of immediately dispatching).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)