Uses of Interface
org.apache.camel.builder.endpoint.dsl.PubNubEndpointBuilderFactory.AdvancedPubNubEndpointConsumerBuilder
Packages that use PubNubEndpointBuilderFactory.AdvancedPubNubEndpointConsumerBuilder
-
Uses of PubNubEndpointBuilderFactory.AdvancedPubNubEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of PubNubEndpointBuilderFactory.AdvancedPubNubEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the PubNub component.Methods in org.apache.camel.builder.endpoint.dsl that return PubNubEndpointBuilderFactory.AdvancedPubNubEndpointConsumerBuilderModifier and TypeMethodDescriptionPubNubEndpointBuilderFactory.PubNubEndpointConsumerBuilder.advanced()PubNubEndpointBuilderFactory.AdvancedPubNubEndpointConsumerBuilder.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.PubNubEndpointBuilderFactory.AdvancedPubNubEndpointConsumerBuilder.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.PubNubEndpointBuilderFactory.AdvancedPubNubEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.PubNubEndpointBuilderFactory.AdvancedPubNubEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.PubNubEndpointBuilderFactory.AdvancedPubNubEndpointConsumerBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.PubNubEndpointBuilderFactory.AdvancedPubNubEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.PubNubEndpointBuilderFactory.AdvancedPubNubEndpointConsumerBuilder.pubnub(com.pubnub.api.PubNub pubnub) Reference to a Pubnub client in the registry.Reference to a Pubnub client in the registry.