Class OutputBindingConfiguration

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

    @AutoConfiguration(after=org.springframework.cloud.stream.config.BinderFactoryAutoConfiguration.class,
                       before=org.springframework.cloud.stream.function.FunctionConfiguration.class)
    public class OutputBindingConfiguration
    extends AbstractFunctionalBindingConfiguration
    • Constructor Detail

      • OutputBindingConfiguration

        public OutputBindingConfiguration()
    • Method Detail

      • outputBindingBeanPostProcessor

        @Bean
        public org.springframework.beans.factory.config.BeanPostProcessor outputBindingBeanPostProcessor​(FunctionAnnotationService functionAnnotationService,
                                                                                                         org.springframework.cloud.stream.config.BindingServiceProperties bindingServiceProperties,
                                                                                                         org.springframework.cloud.stream.function.StreamFunctionProperties streamFunctionProperties,
                                                                                                         org.springframework.beans.factory.support.DefaultListableBeanFactory beanFactory)