Class SystemdApplicationContextStatusProvider

java.lang.Object
com.github.jpmsilva.jsystemd.SystemdApplicationContextStatusProvider
All Implemented Interfaces:
SystemdStatusProvider, org.springframework.beans.factory.config.BeanPostProcessor

@Order(-4000) public class SystemdApplicationContextStatusProvider extends Object implements SystemdStatusProvider, org.springframework.beans.factory.config.BeanPostProcessor
Implementation of SystemdStatusProvider that provides information regarding the bean creation progress of a bean factory.
Author:
Joao Silva
See Also:
  • BeanPostProcessor
  • Method Details

    • status

      @NotNull public @NotNull String status()
      Description copied from interface: SystemdStatusProvider
      Exposes status information to send to systemd.
      Specified by:
      status in interface SystemdStatusProvider
      Returns:
      the string message to add to the service status
    • postProcessBeforeInitialization

      @Nullable public @Nullable Object postProcessBeforeInitialization(@NotNull @NotNull Object bean, @NotNull @NotNull String beanName) throws org.springframework.beans.BeansException
      Specified by:
      postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessor
      Throws:
      org.springframework.beans.BeansException
    • postProcessAfterInitialization

      @Nullable public @Nullable Object postProcessAfterInitialization(@NotNull @NotNull Object bean, @NotNull @NotNull String beanName) throws org.springframework.beans.BeansException
      Specified by:
      postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessor
      Throws:
      org.springframework.beans.BeansException