Class HealthIndicatorRegistrar

java.lang.Object
energy.eddie.spring.regionconnector.extensions.HealthIndicatorRegistrar
All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor

public class HealthIndicatorRegistrar extends Object implements org.springframework.beans.factory.config.BeanPostProcessor
Registry that adds all health indicators from child contexts to the parent health indicator contributor registry.
See Also:
  • Constructor Details

    • HealthIndicatorRegistrar

      public HealthIndicatorRegistrar(org.springframework.beans.factory.config.ConfigurableListableBeanFactory localBeanFactory)
  • Method Details

    • postProcessAfterInitialization

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