@Target(value=PARAMETER) @Retention(value=RUNTIME) @Documented public @interface ObservesAsync
| Modifier and Type | Optional Element and Description |
|---|---|
Reception |
notifyObserver
Specifies when this Observer is invoked, either if the bean already exists or always, potentially creating the bean
|
public abstract Reception notifyObserver
Copyright © 2021. All rights reserved.