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
ADefaultBinderFactory.Listenerthat providesHealthIndicatorsupport.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterBinderContextInitialized(String binderConfigurationName, org.springframework.context.ConfigurableApplicationContext binderContext)Applying additional capabilities to the binder after the binder context has been initialized.
-
-
-
Method Detail
-
afterBinderContextInitialized
public void afterBinderContextInitialized(String binderConfigurationName, org.springframework.context.ConfigurableApplicationContext binderContext)
Description copied from interface:DefaultBinderFactory.ListenerApplying additional capabilities to the binder after the binder context has been initialized.- Specified by:
afterBinderContextInitializedin interfaceDefaultBinderFactory.Listener- Parameters:
binderConfigurationName- the binder configuration namebinderContext- the application context of the binder
-
-