Class ReactiveStreamsComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.reactive.streams.springboot.ReactiveStreamsComponentConfiguration
@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!
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon.CustomizerProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.component.reactive.streams.ReactiveStreamsBackpressureStrategyorg.apache.camel.component.reactive.streams.engine.ReactiveStreamsEngineConfigurationvoidsetAutowiredEnabled(Boolean autowiredEnabled) voidsetBackpressureStrategy(org.apache.camel.component.reactive.streams.ReactiveStreamsBackpressureStrategy backpressureStrategy) voidsetBridgeErrorHandler(Boolean bridgeErrorHandler) voidsetLazyStartProducer(Boolean lazyStartProducer) voidsetReactiveStreamsEngineConfiguration(org.apache.camel.component.reactive.streams.engine.ReactiveStreamsEngineConfiguration reactiveStreamsEngineConfiguration) voidsetServiceType(String serviceType) voidsetThreadPoolMaxSize(Integer threadPoolMaxSize) voidsetThreadPoolMinSize(Integer threadPoolMinSize) voidsetThreadPoolName(String threadPoolName) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
ReactiveStreamsComponentConfiguration
public ReactiveStreamsComponentConfiguration()
-
-
Method Details
-
getThreadPoolMaxSize
-
setThreadPoolMaxSize
-
getThreadPoolMinSize
-
setThreadPoolMinSize
-
getThreadPoolName
-
setThreadPoolName
-
getBridgeErrorHandler
-
setBridgeErrorHandler
-
getBackpressureStrategy
public org.apache.camel.component.reactive.streams.ReactiveStreamsBackpressureStrategy getBackpressureStrategy() -
setBackpressureStrategy
public void setBackpressureStrategy(org.apache.camel.component.reactive.streams.ReactiveStreamsBackpressureStrategy backpressureStrategy) -
getLazyStartProducer
-
setLazyStartProducer
-
getAutowiredEnabled
-
setAutowiredEnabled
-
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
-
setServiceType
-