@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @Configuration @Conditional(value={org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class,org.apache.camel.component.mail.springboot.MailComponentAutoConfiguration.GroupConditions.class}) @AutoConfigureAfter(value=org.apache.camel.spring.boot.CamelAutoConfiguration.class) @EnableConfigurationProperties(value={org.apache.camel.spring.boot.ComponentConfigurationProperties.class,MailComponentConfiguration.class}) public class MailComponentAutoConfiguration extends Object
| Constructor and Description |
|---|
MailComponentAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.component.mail.MailComponent |
configureMailComponent() |
@Lazy
@Bean(value={"imap-component","imaps-component","pop3-component","pop3s-component","smtp-component","smtps-component"})
@ConditionalOnMissingBean(value=org.apache.camel.component.mail.MailComponent.class)
public org.apache.camel.component.mail.MailComponent configureMailComponent()
throws Exception
ExceptionApache Camel