@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.apns") public class ApnsComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Constructor and Description |
---|
ApnsComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
com.notnoop.apns.ApnsService |
getApnsService() |
Boolean |
getResolvePropertyPlaceholders() |
void |
setApnsService(com.notnoop.apns.ApnsService apnsService) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
public com.notnoop.apns.ApnsService getApnsService()
public void setApnsService(com.notnoop.apns.ApnsService apnsService)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel