public class ObserverMethodConfiguratorImpl<T> extends Object implements ObserverMethodConfigurator<T>
| Constructor and Description |
|---|
ObserverMethodConfiguratorImpl() |
ObserverMethodConfiguratorImpl(ObserverMethod<T> observerMethod) |
public ObserverMethodConfiguratorImpl()
public ObserverMethodConfiguratorImpl(ObserverMethod<T> observerMethod)
public ObserverMethodConfigurator<T> read(Method method)
read in interface ObserverMethodConfigurator<T>public ObserverMethodConfigurator<T> read(AnnotatedMethod<?> method)
read in interface ObserverMethodConfigurator<T>public ObserverMethodConfigurator<T> read(ObserverMethod<T> observerMethod)
read in interface ObserverMethodConfigurator<T>public ObserverMethodConfigurator<T> beanClass(Class<?> beanClass)
beanClass in interface ObserverMethodConfigurator<T>public ObserverMethodConfigurator<T> observedType(Type type)
observedType in interface ObserverMethodConfigurator<T>public ObserverMethodConfigurator<T> addQualifier(Annotation qualifier)
addQualifier in interface ObserverMethodConfigurator<T>public ObserverMethodConfigurator<T> addQualifiers(Annotation... qualifiers)
addQualifiers in interface ObserverMethodConfigurator<T>public ObserverMethodConfigurator<T> addQualifiers(Set<Annotation> qualifiers)
addQualifiers in interface ObserverMethodConfigurator<T>public ObserverMethodConfigurator<T> qualifiers(Annotation... qualifiers)
qualifiers in interface ObserverMethodConfigurator<T>public ObserverMethodConfigurator<T> qualifiers(Set<Annotation> qualifiers)
qualifiers in interface ObserverMethodConfigurator<T>public ObserverMethodConfigurator<T> reception(Reception reception)
reception in interface ObserverMethodConfigurator<T>public ObserverMethodConfigurator<T> transactionPhase(TransactionPhase transactionPhase)
transactionPhase in interface ObserverMethodConfigurator<T>public ObserverMethodConfigurator<T> priority(int priority)
priority in interface ObserverMethodConfigurator<T>public ObserverMethodConfigurator<T> notifyWith(java.util.function.Consumer<T> callback)
notifyWith in interface ObserverMethodConfigurator<T>public ObserverMethodConfigurator<T> notifyWith(java.util.function.BiConsumer<T,EventMetadata> callback)
notifyWith in interface ObserverMethodConfigurator<T>public ObserverMethodConfigurator<T> async(boolean async)
async in interface ObserverMethodConfigurator<T>Copyright © 2016. All Rights Reserved.