Class JobMessageInputChannelFactory


  • public class JobMessageInputChannelFactory
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      JobMessageInputChannelFactory​(org.springframework.cloud.stream.binding.SubscribableChannelBindingTargetFactory bindingTargetFactory, org.springframework.cloud.stream.config.BindingServiceProperties bindingServiceProperties, org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.messaging.SubscribableChannel createInputChannel​(java.lang.String consumerName, org.springframework.cloud.stream.config.BindingProperties bindingProperties)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JobMessageInputChannelFactory

        public JobMessageInputChannelFactory​(org.springframework.cloud.stream.binding.SubscribableChannelBindingTargetFactory bindingTargetFactory,
                                             org.springframework.cloud.stream.config.BindingServiceProperties bindingServiceProperties,
                                             org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
    • Method Detail

      • createInputChannel

        public org.springframework.messaging.SubscribableChannel createInputChannel​(java.lang.String consumerName,
                                                                                    org.springframework.cloud.stream.config.BindingProperties bindingProperties)