-
Feature Request
-
Resolution: Duplicate
-
Major
-
None
-
1.2.Final
-
None
Resurrecting the old proposal (CDI-36) that was rejected due to backward compatibility (CDI-281). In the meantime, alternative approach of obtaining event qualifiers (doing a programmatic lookup for EventMetadata) became available.
Now that default methods are available in Java, we should consider making EventMetadata easier to use by making it part of the SPI directly:
ObserverMethod.notify(T event, EventMetadata metadata)
- duplicates
-
CDI-592 Consider adding ObserverMethod.notify() method which also accepts EventMetadata
- Resolved