@Order(value=-4000) public class SystemdNotifyApplicationContextStatusProvider extends Object implements SystemdNotifyStatusProvider, org.springframework.beans.factory.config.BeanPostProcessor
SystemdNotifyStatusProvider that provides information regarding the bean creation progress of a bean factory.BeanPostProcessor| Modifier and Type | Method and Description |
|---|---|
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
String |
status()
Exposes status information to send to systemd.
|
public String status()
status in interface SystemdNotifyStatusProviderpublic Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionpublic Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionCopyright © 2017–2018. All rights reserved.