Modifier and Type | Method and Description |
---|---|
void |
StandaloneBeanContext.notifyObservers(BeanContextLifecycleEvent event) |
void |
BeanContext.notifyObservers(BeanContextLifecycleEvent event)
Notify all observers of a specific bean lifecycle event.
|
Modifier and Type | Method and Description |
---|---|
static String |
UnknownElementDataReaper.getPreText(Element element,
List<BeanMetadata> beanMetadataSet,
BeanContextLifecycleEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
BeanContextLifecycleObserver.onBeanLifecycleEvent(BeanContextLifecycleEvent event)
Bean lifecycle event method.
|
Modifier and Type | Method and Description |
---|---|
void |
BeanWiringObserver.onBeanLifecycleEvent(BeanContextLifecycleEvent event) |
void |
ListToArrayChangeObserver.onBeanLifecycleEvent(BeanContextLifecycleEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
BeanCreateLifecycleObserver.onBeanLifecycleEvent(BeanContextLifecycleEvent event) |
Modifier and Type | Method and Description |
---|---|
boolean |
BeanRouterObserver.conditionsMatch(BeanContextLifecycleEvent event) |
void |
BeanRouterObserver.onBeanLifecycleEvent(BeanContextLifecycleEvent event)
Will route to the endpoint if the BeanLifecycle is of type BeanLifecycle.REMOVE and
the beanId is equals to the beanId that was configured for this instance.
|
Copyright © 2020. All rights reserved.