@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @Configuration @ConditionalOnBean(type="org.apache.camel.spring.boot.CamelAutoConfiguration") public class PrinterComponentAutoConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PrinterComponentAutoConfiguration.Condition |
| Constructor and Description |
|---|
PrinterComponentAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.component.printer.PrinterComponent |
configurePrinterComponent(org.apache.camel.CamelContext camelContext) |
@Lazy
@Bean(name="lpr-component")
@ConditionalOnClass(value=org.apache.camel.CamelContext.class)
@ConditionalOnMissingBean(value=org.apache.camel.component.printer.PrinterComponent.class)
public org.apache.camel.component.printer.PrinterComponent configurePrinterComponent(org.apache.camel.CamelContext camelContext)
throws Exception
ExceptionApache Camel