Uses of Interface
org.apache.camel.builder.component.dsl.Dhis2ComponentBuilderFactory.Dhis2ComponentBuilder
Packages that use Dhis2ComponentBuilderFactory.Dhis2ComponentBuilder
-
Uses of Dhis2ComponentBuilderFactory.Dhis2ComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return Dhis2ComponentBuilderFactory.Dhis2ComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.dhis2()DHIS2 (camel-dhis2) Leverages the DHIS2 Java SDK to integrate Apache Camel with the DHIS2 Web API. -
Uses of Dhis2ComponentBuilderFactory.Dhis2ComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement Dhis2ComponentBuilderFactory.Dhis2ComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return Dhis2ComponentBuilderFactory.Dhis2ComponentBuilderModifier and TypeMethodDescriptionDhis2ComponentBuilderFactory.Dhis2ComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.Dhis2ComponentBuilderFactory.Dhis2ComponentBuilder.baseApiUrl(String baseApiUrl) DHIS2 server base API URL (e.g., https://play.dhis2.org/2.39.1.1/api).Dhis2ComponentBuilderFactory.Dhis2ComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.Dhis2ComponentBuilderFactory.Dhis2ComponentBuilder.client(org.hisp.dhis.integration.sdk.api.Dhis2Client client) References a user-defined org.hisp.dhis.integration.sdk.api.Dhis2Client.Dhis2ComponentBuilderFactory.Dhis2ComponentBuilder.configuration(org.apache.camel.component.dhis2.Dhis2Configuration configuration) To use the shared configuration.Dhis2ComponentBuilderFactory.dhis2()DHIS2 (camel-dhis2) Leverages the DHIS2 Java SDK to integrate Apache Camel with the DHIS2 Web API.Dhis2ComponentBuilderFactory.Dhis2ComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).Password of the DHIS2 username.Dhis2ComponentBuilderFactory.Dhis2ComponentBuilder.personalAccessToken(String personalAccessToken) Personal access token to authenticate with DHIS2.Username of the DHIS2 user to operate as.