Class ReactiveStreamsComponentConfiguration


  • @Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
    @ConfigurationProperties(prefix="camel.component.reactive-streams")
    public class ReactiveStreamsComponentConfiguration
    extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
    Exchange messages with reactive stream processing libraries compatible with the reactive streams standard. Generated by camel-package-maven-plugin - do not edit this file!
    • Constructor Detail

      • ReactiveStreamsComponentConfiguration

        public ReactiveStreamsComponentConfiguration()
    • Method Detail

      • getThreadPoolMaxSize

        public Integer getThreadPoolMaxSize()
      • setThreadPoolMaxSize

        public void setThreadPoolMaxSize​(Integer threadPoolMaxSize)
      • getThreadPoolMinSize

        public Integer getThreadPoolMinSize()
      • setThreadPoolMinSize

        public void setThreadPoolMinSize​(Integer threadPoolMinSize)
      • getThreadPoolName

        public String getThreadPoolName()
      • setThreadPoolName

        public void setThreadPoolName​(String threadPoolName)
      • getBridgeErrorHandler

        public Boolean getBridgeErrorHandler()
      • setBridgeErrorHandler

        public void setBridgeErrorHandler​(Boolean bridgeErrorHandler)
      • getBackpressureStrategy

        public org.apache.camel.component.reactive.streams.ReactiveStreamsBackpressureStrategy getBackpressureStrategy()
      • setBackpressureStrategy

        public void setBackpressureStrategy​(org.apache.camel.component.reactive.streams.ReactiveStreamsBackpressureStrategy backpressureStrategy)
      • getLazyStartProducer

        public Boolean getLazyStartProducer()
      • setLazyStartProducer

        public void setLazyStartProducer​(Boolean lazyStartProducer)
      • getAutowiredEnabled

        public Boolean getAutowiredEnabled()
      • setAutowiredEnabled

        public void setAutowiredEnabled​(Boolean autowiredEnabled)
      • getReactiveStreamsEngineConfiguration

        public org.apache.camel.component.reactive.streams.engine.ReactiveStreamsEngineConfiguration getReactiveStreamsEngineConfiguration()
      • setReactiveStreamsEngineConfiguration

        public void setReactiveStreamsEngineConfiguration​(org.apache.camel.component.reactive.streams.engine.ReactiveStreamsEngineConfiguration reactiveStreamsEngineConfiguration)
      • getServiceType

        public String getServiceType()
      • setServiceType

        public void setServiceType​(String serviceType)