Class MessageConverterConfigurer

    • Constructor Detail

      • MessageConverterConfigurer

        public MessageConverterConfigurer​(BindingServiceProperties bindingServiceProperties,
                                          org.springframework.messaging.converter.CompositeMessageConverter compositeMessageConverter,
                                          StreamFunctionProperties streamFunctionProperties)
      • MessageConverterConfigurer

        public MessageConverterConfigurer​(BindingServiceProperties bindingServiceProperties,
                                          org.springframework.messaging.converter.CompositeMessageConverter compositeMessageConverter)
    • Method Detail

      • setBeanFactory

        public void setBeanFactory​(org.springframework.beans.factory.BeanFactory beanFactory)
                            throws org.springframework.beans.BeansException
        Specified by:
        setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAware
        Throws:
        org.springframework.beans.BeansException
      • configureInputChannel

        public void configureInputChannel​(org.springframework.messaging.MessageChannel messageChannel,
                                          String channelName)
        Description copied from interface: MessageChannelConfigurer
        Configure the given input message channel.
        Specified by:
        configureInputChannel in interface MessageChannelConfigurer
        Parameters:
        messageChannel - the message channel
        channelName - name of the message channel
      • configureOutputChannel

        public void configureOutputChannel​(org.springframework.messaging.MessageChannel messageChannel,
                                           String channelName)
        Description copied from interface: MessageChannelConfigurer
        Configure the given output message channel.
        Specified by:
        configureOutputChannel in interface MessageChannelConfigurer
        Parameters:
        messageChannel - the message channel
        channelName - name of the message channel