@Configuration @EnableConfigurationProperties(value=ApnsComponentConfiguration.class) @Conditional(value=ApnsComponentAutoConfiguration.Condition.class) public class ApnsComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ApnsComponentAutoConfiguration.Condition |
Constructor and Description |
---|
ApnsComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.apns.ApnsComponent |
configureApnsComponent(org.apache.camel.CamelContext camelContext,
ApnsComponentConfiguration configuration) |
@Lazy @Bean(name="apns-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.apns.ApnsComponent.class) public org.apache.camel.component.apns.ApnsComponent configureApnsComponent(org.apache.camel.CamelContext camelContext, ApnsComponentConfiguration configuration) throws Exception
Exception
Apache Camel