Uses of Interface
org.apache.camel.builder.endpoint.dsl.RocketMQEndpointBuilderFactory.AdvancedRocketMQEndpointConsumerBuilder
Packages that use RocketMQEndpointBuilderFactory.AdvancedRocketMQEndpointConsumerBuilder
-
Uses of RocketMQEndpointBuilderFactory.AdvancedRocketMQEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of RocketMQEndpointBuilderFactory.AdvancedRocketMQEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the RocketMQ component.Methods in org.apache.camel.builder.endpoint.dsl that return RocketMQEndpointBuilderFactory.AdvancedRocketMQEndpointConsumerBuilderModifier and TypeMethodDescriptionRocketMQEndpointBuilderFactory.RocketMQEndpointConsumerBuilder.advanced()RocketMQEndpointBuilderFactory.AdvancedRocketMQEndpointConsumerBuilder.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.RocketMQEndpointBuilderFactory.AdvancedRocketMQEndpointConsumerBuilder.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.RocketMQEndpointBuilderFactory.AdvancedRocketMQEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.RocketMQEndpointBuilderFactory.AdvancedRocketMQEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.RocketMQEndpointBuilderFactory.AdvancedRocketMQEndpointConsumerBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.RocketMQEndpointBuilderFactory.AdvancedRocketMQEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.RocketMQEndpointBuilderFactory.AdvancedRocketMQEndpointConsumerBuilder.requestTimeoutCheckerIntervalMillis(long requestTimeoutCheckerIntervalMillis) Check interval milliseconds of request timeout.RocketMQEndpointBuilderFactory.AdvancedRocketMQEndpointConsumerBuilder.requestTimeoutCheckerIntervalMillis(String requestTimeoutCheckerIntervalMillis) Check interval milliseconds of request timeout.RocketMQEndpointBuilderFactory.AdvancedRocketMQEndpointConsumerBuilder.requestTimeoutMillis(long requestTimeoutMillis) Timeout milliseconds of receiving response when using in-out pattern.RocketMQEndpointBuilderFactory.AdvancedRocketMQEndpointConsumerBuilder.requestTimeoutMillis(String requestTimeoutMillis) Timeout milliseconds of receiving response when using in-out pattern.