Class DynamicRouterComponentConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
-
- org.apache.camel.component.dynamicrouter.springboot.DynamicRouterComponentConfiguration
-
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.dynamic-router") public class DynamicRouterComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommonThe Dynamic Router component routes exchanges to recipients, and the recipients (and their rules) may change at runtime. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Constructor Summary
Constructors Constructor Description DynamicRouterComponentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAutowiredEnabled()BooleangetLazyStartProducer()voidsetAutowiredEnabled(Boolean autowiredEnabled)voidsetLazyStartProducer(Boolean lazyStartProducer)
-