Uses of Class
org.springframework.cloud.stream.binder.BinderChildContextInitializer
Packages that use BinderChildContextInitializer
-
Uses of BinderChildContextInitializer in org.springframework.cloud.stream.binder
Methods in org.springframework.cloud.stream.binder that return BinderChildContextInitializerModifier and TypeMethodDescriptionBinderChildContextInitializer.withChildContextInitializers(Map<String, org.springframework.context.ApplicationContextInitializer<? extends org.springframework.context.ConfigurableApplicationContext>> childContextInitializers) Callback for AOT generatedpost-process methodwhich basically swaps the instance with one that uses the AOT generated child context initializers. -
Uses of BinderChildContextInitializer in org.springframework.cloud.stream.config
Methods in org.springframework.cloud.stream.config that return BinderChildContextInitializerMethods in org.springframework.cloud.stream.config with parameters of type BinderChildContextInitializerModifier and TypeMethodDescriptionBindingServiceConfiguration.binderFactory(BinderTypeRegistry binderTypeRegistry, BindingServiceProperties bindingServiceProperties, org.springframework.beans.factory.ObjectProvider<BinderCustomizer> binderCustomizerProvider, BinderChildContextInitializer binderChildContextInitializer)