Uses of Interface
jakarta.enterprise.inject.spi.ObserverMethod
Package
Description
The portable extension integration SPI.
-
Uses of ObserverMethod in jakarta.enterprise.inject.spi
Modifier and TypeMethodDescriptionProcessObserverMethod.getObserverMethod()
TheObserverMethod
object that will be used by the container to invoke the observer when a matching event is fired.Modifier and TypeMethodDescription<T> Set<ObserverMethod<? super T>>
BeanContainer.resolveObserverMethods
(T event, Annotation... qualifiers) Return an ordered set of observer methods for an event.Modifier and TypeMethodDescriptionvoid
AfterBeanDiscovery.addObserverMethod
(ObserverMethod<?> observerMethod) Fires an event of typeProcessObserverMethod
containing the givenObserverMethod
and then registers theObserverMethod
with the container, thereby making it available for event notifications.void
ProcessObserverMethod.setObserverMethod
(ObserverMethod<T> observerMethod) Replaces theObserverMethod
. -
Uses of ObserverMethod in jakarta.enterprise.inject.spi.configurator
Modifier and TypeMethodDescriptionObserverMethodConfigurator.read
(ObserverMethod<T> method) Read observer meta data from a existing ObserverMethod