Class ControlBusComponentConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
-
- org.apache.camel.component.controlbus.springboot.ControlBusComponentConfiguration
-
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.controlbus") public class ControlBusComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Manage and monitor Camel routes. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Constructor Summary
Constructors Constructor Description ControlBusComponentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getAutowiredEnabled()
Boolean
getLazyStartProducer()
void
setAutowiredEnabled(Boolean autowiredEnabled)
void
setLazyStartProducer(Boolean lazyStartProducer)
-