| Package | Description |
|---|---|
| javax.enterprise.inject.spi | |
| javax.enterprise.inject.spi.configurator |
| Modifier and Type | Method and Description |
|---|---|
<T> ObserverMethodConfigurator<T> |
AfterBeanDiscovery.addObserverMethod()
Creates an observer method configurator to define an observer method.
|
ObserverMethodConfigurator<EVENTTYPE> |
ProcessObserverMethod.configureObserverMethod()
Creates a configurator for this observer method.
|
| Modifier and Type | Method and Description |
|---|---|
ObserverMethodConfigurator<T> |
ObserverMethodConfigurator.addQualifier(Annotation qualifier)
Add the qualifier to the observed event
|
ObserverMethodConfigurator<T> |
ObserverMethodConfigurator.addQualifiers(Annotation... qualifiers)
Add all the qualifiers to the Observed event
|
ObserverMethodConfigurator<T> |
ObserverMethodConfigurator.addQualifiers(Set<Annotation> qualifiers)
Add all the qualifiers to the Observed event
|
ObserverMethodConfigurator<T> |
ObserverMethodConfigurator.async(boolean async)
Allows modification of the asynchronous status of the observer to build.
|
ObserverMethodConfigurator<T> |
ObserverMethodConfigurator.beanClass(Class<?> type)
Set the class of the Bean containing this observer.
|
ObserverMethodConfigurator<T> |
ObserverMethodConfigurator.notifyWith(ObserverMethodConfigurator.EventConsumer<T> callback)
Define Consumer to call when event is notified
|
ObserverMethodConfigurator<T> |
ObserverMethodConfigurator.observedType(Type type)
Set the type of the observed event
|
ObserverMethodConfigurator<T> |
ObserverMethodConfigurator.priority(int priority)
Set the priority for the observer to build
|
ObserverMethodConfigurator<T> |
ObserverMethodConfigurator.qualifiers(Annotation... qualifiers)
Replace all qualifiers on the Observed event.
|
ObserverMethodConfigurator<T> |
ObserverMethodConfigurator.qualifiers(Set<Annotation> qualifiers)
Replace all qualifiers on the Observed event.
|
ObserverMethodConfigurator<T> |
ObserverMethodConfigurator.read(AnnotatedMethod<?> method)
Read observer meta data from a existing
AnnotatedMethod |
ObserverMethodConfigurator<T> |
ObserverMethodConfigurator.read(Method method)
Read observer meta data from a existing
Method |
ObserverMethodConfigurator<T> |
ObserverMethodConfigurator.read(ObserverMethod<T> method)
Read observer meta data from a existing ObserverMethod
|
ObserverMethodConfigurator<T> |
ObserverMethodConfigurator.reception(Reception reception)
Set the
Reception mode for the observer to build |
ObserverMethodConfigurator<T> |
ObserverMethodConfigurator.transactionPhase(TransactionPhase transactionPhase)
Set the
TransactionPhase for the observer to build |
Copyright © 2025. All rights reserved.