T - the event typepublic interface ExperimentalObserverMethod<T> extends ObserverMethod<T>, Prioritized
ObserverMethod.WELD-1728| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PRIORITY
Default priority for observer methods that do not define priority.
|
| Modifier and Type | Method and Description |
|---|---|
default int |
getPriority()
The priority of this observer method
|
getBeanClass, getObservedQualifiers, getObservedType, getReception, getTransactionPhase, notifystatic final int DEFAULT_PRIORITY
Interceptor.Priority for details).
WARNING: This concept of default priority of an observer method is preliminary and subject to change.default int getPriority()
getPriority in interface PrioritizedCopyright © 2014. All Rights Reserved.