Class Dhis2ComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.dhis2.springboot.Dhis2ComponentConfiguration
@ConfigurationProperties(prefix="camel.component.dhis2")
public class Dhis2ComponentConfiguration
extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Leverages the DHIS2 Java SDK to integrate Apache Camel with the DHIS2 Web
API.
Generated by camel-package-maven-plugin - do not edit this file!
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon.CustomizerProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.hisp.dhis.integration.sdk.api.Dhis2Clientorg.apache.camel.component.dhis2.Dhis2ConfigurationvoidsetAutowiredEnabled(Boolean autowiredEnabled) voidsetBaseApiUrl(String baseApiUrl) voidsetBridgeErrorHandler(Boolean bridgeErrorHandler) voidsetClient(org.hisp.dhis.integration.sdk.api.Dhis2Client client) voidsetConfiguration(org.apache.camel.component.dhis2.Dhis2Configuration configuration) voidsetLazyStartProducer(Boolean lazyStartProducer) voidsetPassword(String password) voidsetUsername(String username) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
Dhis2ComponentConfiguration
public Dhis2ComponentConfiguration()
-
-
Method Details
-
getBaseApiUrl
-
setBaseApiUrl
-
getBridgeErrorHandler
-
setBridgeErrorHandler
-
getLazyStartProducer
-
setLazyStartProducer
-
getAutowiredEnabled
-
setAutowiredEnabled
-
getClient
public org.hisp.dhis.integration.sdk.api.Dhis2Client getClient() -
setClient
public void setClient(org.hisp.dhis.integration.sdk.api.Dhis2Client client) -
getConfiguration
public org.apache.camel.component.dhis2.Dhis2Configuration getConfiguration() -
setConfiguration
public void setConfiguration(org.apache.camel.component.dhis2.Dhis2Configuration configuration) -
getPassword
-
setPassword
-
getUsername
-
setUsername
-