Package | Description |
---|---|
jakarta.enterprise.event |
Annotations and interfaces relating to events.
|
jakarta.enterprise.inject.spi |
The portable extension integration SPI.
|
Modifier and Type | Method and Description |
---|---|
Event<T> |
Event.select(Annotation... qualifiers)
Obtains a child
Event for the given additional required qualifiers. |
<U extends T> |
Event.select(Class<U> subtype,
Annotation... qualifiers)
Obtains a child
Event for the given required type and additional required qualifiers. |
<U extends T> |
Event.select(TypeLiteral<U> subtype,
Annotation... qualifiers)
Obtains a child
Event for the given required type and additional required qualifiers. |
Modifier and Type | Method and Description |
---|---|
Event<Object> |
BeanManager.getEvent()
Returns an instance of Event with specified type
java.lang.Object and specified qualifier @Default
It allows typesafe synchronous or asynchronous event firing without injection of Event built-in bean requirement. |
Comments to: cdi-dev@eclipse.org.
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.