]
Antoine Sabot-Durand updated CDI-547:
-------------------------------------
Affects Version/s: 2.0-EDR1
Resolving sync/async observer methods
-------------------------------------
Key: CDI-547
URL:
https://issues.jboss.org/browse/CDI-547
Project: CDI Specification Issues
Issue Type: Clarification
Components: Events
Affects Versions: 2.0-EDR1
Reporter: Jozef Hartinger
Fix For: 2.0-EDR2
There's the
[
BeanManager.resolveObserverMethods()|http://docs.jboss.org/cdi/api/2.0.ED...]
method for resolving observer methods.
With addition of sync/async events and observers it is not unclear what the semantics of
this methods are. We'll most likely need to add new or overloaded methods to make it
possible to resolve observers for sync/async events.