@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 SystemdNotifyStatusProvider
public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessBeforeInitialization
in interface org.springframework.beans.factory.config.BeanPostProcessor
org.springframework.beans.BeansException
public Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessAfterInitialization
in interface org.springframework.beans.factory.config.BeanPostProcessor
org.springframework.beans.BeansException
Copyright © 2017–2018. All rights reserved.