Uses of Interface
org.apache.camel.builder.endpoint.dsl.Dhis2EndpointBuilderFactory.AdvancedDhis2EndpointConsumerBuilder
Packages that use Dhis2EndpointBuilderFactory.AdvancedDhis2EndpointConsumerBuilder
-
Uses of Dhis2EndpointBuilderFactory.AdvancedDhis2EndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of Dhis2EndpointBuilderFactory.AdvancedDhis2EndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the DHIS2 component.Methods in org.apache.camel.builder.endpoint.dsl that return Dhis2EndpointBuilderFactory.AdvancedDhis2EndpointConsumerBuilderModifier and TypeMethodDescriptionDhis2EndpointBuilderFactory.Dhis2EndpointConsumerBuilder.advanced()Dhis2EndpointBuilderFactory.AdvancedDhis2EndpointConsumerBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.Dhis2EndpointBuilderFactory.AdvancedDhis2EndpointConsumerBuilder.bridgeErrorHandler(String bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.References a user-defined org.hisp.dhis.integration.sdk.api.Dhis2Client.Dhis2EndpointBuilderFactory.AdvancedDhis2EndpointConsumerBuilder.client(org.hisp.dhis.integration.sdk.api.Dhis2Client client) References a user-defined org.hisp.dhis.integration.sdk.api.Dhis2Client.Dhis2EndpointBuilderFactory.AdvancedDhis2EndpointConsumerBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.Dhis2EndpointBuilderFactory.AdvancedDhis2EndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.Dhis2EndpointBuilderFactory.AdvancedDhis2EndpointConsumerBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.Dhis2EndpointBuilderFactory.AdvancedDhis2EndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.Dhis2EndpointBuilderFactory.AdvancedDhis2EndpointConsumerBuilder.pollStrategy(String pollStrategy) A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing you to provide your custom implementation to control error handling usually occurred during the poll operation before an Exchange have been created and being routed in Camel.Dhis2EndpointBuilderFactory.AdvancedDhis2EndpointConsumerBuilder.pollStrategy(org.apache.camel.spi.PollingConsumerPollStrategy pollStrategy) A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing you to provide your custom implementation to control error handling usually occurred during the poll operation before an Exchange have been created and being routed in Camel.