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