Class BindersHealthIndicatorAutoConfiguration.BindersHealthIndicatorListener

java.lang.Object
org.springframework.cloud.stream.config.BindersHealthIndicatorAutoConfiguration.BindersHealthIndicatorListener
All Implemented Interfaces:
DefaultBinderFactory.Listener
Enclosing class:
BindersHealthIndicatorAutoConfiguration

public static class BindersHealthIndicatorAutoConfiguration.BindersHealthIndicatorListener extends Object implements DefaultBinderFactory.Listener
A DefaultBinderFactory.Listener that provides HealthIndicator support.
  • Method Details

    • afterBinderContextInitialized

      public void afterBinderContextInitialized(String binderConfigurationName, org.springframework.context.ConfigurableApplicationContext binderContext)
      Description copied from interface: DefaultBinderFactory.Listener
      Applying additional capabilities to the binder after the binder context has been initialized.
      Specified by:
      afterBinderContextInitialized in interface DefaultBinderFactory.Listener
      Parameters:
      binderConfigurationName - the binder configuration name
      binderContext - the application context of the binder