Uses of Interface
javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Packages that use ObserverMethodConfigurator Package Description javax.enterprise.inject.spi The portable extension integration SPI.javax.enterprise.inject.spi.configurator org.jboss.weld.bootstrap.events org.jboss.weld.bootstrap.events.configurator -
-
Uses of ObserverMethodConfigurator in javax.enterprise.inject.spi
Methods in javax.enterprise.inject.spi that return ObserverMethodConfigurator Modifier and Type Method Description <T> ObserverMethodConfigurator<T>AfterBeanDiscovery. addObserverMethod()obtains a newObserverMethodConfiguratorto configure a newObserverMethodand add it at the end of the observer invocation.ObserverMethodConfigurator<T>ProcessObserverMethod. configureObserverMethod()Returns aObserverMethodConfiguratorinitialized with theObserverMethodprocessed by this event, to configure a new ObserverMethod that will replace the original one at the end of the observer invocation. -
Uses of ObserverMethodConfigurator in javax.enterprise.inject.spi.configurator
Methods in javax.enterprise.inject.spi.configurator that return ObserverMethodConfigurator Modifier and Type Method Description ObserverMethodConfigurator<T>ObserverMethodConfigurator. addQualifier(Annotation qualifier)Add the qualifier to the observed eventObserverMethodConfigurator<T>ObserverMethodConfigurator. addQualifiers(Annotation... qualifiers)Add all the qualifiers to the Observed eventObserverMethodConfigurator<T>ObserverMethodConfigurator. addQualifiers(Set<Annotation> qualifiers)Add all the qualifiers to the Observed eventObserverMethodConfigurator<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 an operation that accepts a context of a fired event.ObserverMethodConfigurator<T>ObserverMethodConfigurator. observedType(Type type)Set the type of the observed eventObserverMethodConfigurator<T>ObserverMethodConfigurator. priority(int priority)Set the priority for the observer to buildObserverMethodConfigurator<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(Method method)Read observer meta data from a existingMethodObserverMethodConfigurator<T>ObserverMethodConfigurator. read(AnnotatedMethod<?> method)Read observer meta data from a existingAnnotatedMethodObserverMethodConfigurator<T>ObserverMethodConfigurator. read(ObserverMethod<T> method)Read observer meta data from a existing ObserverMethodObserverMethodConfigurator<T>ObserverMethodConfigurator. reception(Reception reception)Set theReceptionmode for the observer to buildObserverMethodConfigurator<T>ObserverMethodConfigurator. transactionPhase(TransactionPhase transactionPhase)Set theTransactionPhasefor the observer to build -
Uses of ObserverMethodConfigurator in org.jboss.weld.bootstrap.events
Methods in org.jboss.weld.bootstrap.events that return ObserverMethodConfigurator Modifier and Type Method Description <T> ObserverMethodConfigurator<T>AfterBeanDiscoveryImpl. addObserverMethod()ObserverMethodConfigurator<T>ProcessObserverMethodImpl. configureObserverMethod() -
Uses of ObserverMethodConfigurator in org.jboss.weld.bootstrap.events.configurator
Classes in org.jboss.weld.bootstrap.events.configurator that implement ObserverMethodConfigurator Modifier and Type Class Description classObserverMethodConfiguratorImpl<T>Methods in org.jboss.weld.bootstrap.events.configurator that return ObserverMethodConfigurator Modifier and Type Method Description ObserverMethodConfigurator<T>ObserverMethodConfiguratorImpl. addQualifier(Annotation qualifier)ObserverMethodConfigurator<T>ObserverMethodConfiguratorImpl. addQualifiers(Annotation... qualifiers)ObserverMethodConfigurator<T>ObserverMethodConfiguratorImpl. addQualifiers(Set<Annotation> qualifiers)ObserverMethodConfigurator<T>ObserverMethodConfiguratorImpl. async(boolean async)ObserverMethodConfigurator<T>ObserverMethodConfiguratorImpl. beanClass(Class<?> beanClass)ObserverMethodConfigurator<T>ObserverMethodConfiguratorImpl. notifyWith(ObserverMethodConfigurator.EventConsumer<T> callback)ObserverMethodConfigurator<T>ObserverMethodConfiguratorImpl. observedType(Type type)ObserverMethodConfigurator<T>ObserverMethodConfiguratorImpl. priority(int priority)ObserverMethodConfigurator<T>ObserverMethodConfiguratorImpl. qualifiers(Annotation... qualifiers)ObserverMethodConfigurator<T>ObserverMethodConfiguratorImpl. qualifiers(Set<Annotation> qualifiers)ObserverMethodConfigurator<T>ObserverMethodConfiguratorImpl. read(Method method)ObserverMethodConfigurator<T>ObserverMethodConfiguratorImpl. read(AnnotatedMethod<?> method)ObserverMethodConfigurator<T>ObserverMethodConfiguratorImpl. read(ObserverMethod<T> observerMethod)ObserverMethodConfigurator<T>ObserverMethodConfiguratorImpl. reception(Reception reception)ObserverMethodConfigurator<T>ObserverMethodConfiguratorImpl. transactionPhase(TransactionPhase transactionPhase)
-