Class JobMessageInputChannelFactory

java.lang.Object
org.activiti.cloud.services.job.executor.JobMessageInputChannelFactory

public class JobMessageInputChannelFactory extends 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

    Modifier and Type
    Method
    Description
    org.springframework.messaging.SubscribableChannel
    createInputChannel(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 Details

    • 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 Details

    • createInputChannel

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