Class StreamComponentConfiguration

java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.stream.springboot.StreamComponentConfiguration

@ConfigurationProperties(prefix="camel.component.stream") public class StreamComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Read from system-in and write to system-out and system-err streams. Generated by camel-package-maven-plugin - do not edit this file!
  • Constructor Details

    • StreamComponentConfiguration

      public StreamComponentConfiguration()
  • Method Details

    • getBridgeErrorHandler

      public Boolean getBridgeErrorHandler()
    • setBridgeErrorHandler

      public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
    • getLazyStartProducer

      public Boolean getLazyStartProducer()
    • setLazyStartProducer

      public void setLazyStartProducer(Boolean lazyStartProducer)
    • getAutowiredEnabled

      public Boolean getAutowiredEnabled()
    • setAutowiredEnabled

      public void setAutowiredEnabled(Boolean autowiredEnabled)