Uses of Interface
org.apache.camel.builder.endpoint.dsl.WordpressEndpointBuilderFactory.AdvancedWordpressEndpointConsumerBuilder
Packages that use WordpressEndpointBuilderFactory.AdvancedWordpressEndpointConsumerBuilder
-
Uses of WordpressEndpointBuilderFactory.AdvancedWordpressEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of WordpressEndpointBuilderFactory.AdvancedWordpressEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the Wordpress component.Methods in org.apache.camel.builder.endpoint.dsl that return WordpressEndpointBuilderFactory.AdvancedWordpressEndpointConsumerBuilderModifier and TypeMethodDescriptionWordpressEndpointBuilderFactory.WordpressEndpointConsumerBuilder.advanced()WordpressEndpointBuilderFactory.AdvancedWordpressEndpointConsumerBuilder.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.WordpressEndpointBuilderFactory.AdvancedWordpressEndpointConsumerBuilder.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.WordpressEndpointBuilderFactory.AdvancedWordpressEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.WordpressEndpointBuilderFactory.AdvancedWordpressEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.WordpressEndpointBuilderFactory.AdvancedWordpressEndpointConsumerBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.WordpressEndpointBuilderFactory.AdvancedWordpressEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.