Uses of Interface
org.apache.camel.builder.endpoint.dsl.PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder
Packages that use PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder
-
Uses of PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the Paho component.Methods in org.apache.camel.builder.endpoint.dsl that return PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilderModifier and TypeMethodDescriptionPahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.advanced()PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder.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.PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder.bridgeErrorHandler(String 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.To use an existing mqtt client.PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder.client(org.eclipse.paho.client.mqttv3.MqttClient client) To use an existing mqtt client.PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder.customWebSocketHeaders(String customWebSocketHeaders) Sets the Custom WebSocket Headers for the WebSocket Connection.PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder.customWebSocketHeaders(Properties customWebSocketHeaders) Sets the Custom WebSocket Headers for the WebSocket Connection.PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder.executorServiceTimeout(int executorServiceTimeout) Set the time in seconds that the executor service should wait when terminating before forcefully terminating.PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder.executorServiceTimeout(String executorServiceTimeout) Set the time in seconds that the executor service should wait when terminating before forcefully terminating.