Class InputBindingConfiguration

  • 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 InputBindingConfiguration
    extends AbstractFunctionalBindingConfiguration
    • Constructor Detail

      • InputBindingConfiguration

        public InputBindingConfiguration()
    • Method Detail

      • inputBindingBeanPostProcessor

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