Package | Description |
---|---|
jakarta.enterprise.inject.spi |
The portable extension integration SPI.
|
jakarta.enterprise.inject.spi.configurator |
Modifier and Type | Method and Description |
---|---|
ObserverMethod<T> |
ProcessObserverMethod.getObserverMethod()
The
ObserverMethod object that will be used by the container to invoke the observer
when a matching event is fired. |
Modifier and Type | Method and Description |
---|---|
<T> Set<ObserverMethod<? super T>> |
BeanManager.resolveObserverMethods(T event,
Annotation... qualifiers)
Return an ordered set of observer methods for an event.
|
Modifier and Type | Method and Description |
---|---|
void |
AfterBeanDiscovery.addObserverMethod(ObserverMethod<?> observerMethod)
Fires an event of type
ProcessObserverMethod containing the given
ObserverMethod and then registers the
ObserverMethod with the container, thereby making it available for event
notifications. |
void |
ProcessObserverMethod.setObserverMethod(ObserverMethod<T> observerMethod)
Replaces the
ObserverMethod . |
Modifier and Type | Method and Description |
---|---|
ObserverMethodConfigurator<T> |
ObserverMethodConfigurator.read(ObserverMethod<T> method)
Read observer meta data from a existing ObserverMethod
|
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.