Uses of Interface
org.apache.camel.builder.endpoint.dsl.DropboxEndpointBuilderFactory.AdvancedDropboxEndpointConsumerBuilder
Packages that use DropboxEndpointBuilderFactory.AdvancedDropboxEndpointConsumerBuilder
-
Uses of DropboxEndpointBuilderFactory.AdvancedDropboxEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of DropboxEndpointBuilderFactory.AdvancedDropboxEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the Dropbox component.Methods in org.apache.camel.builder.endpoint.dsl that return DropboxEndpointBuilderFactory.AdvancedDropboxEndpointConsumerBuilderModifier and TypeMethodDescriptionDropboxEndpointBuilderFactory.DropboxEndpointConsumerBuilder.advanced()DropboxEndpointBuilderFactory.AdvancedDropboxEndpointConsumerBuilder.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.DropboxEndpointBuilderFactory.AdvancedDropboxEndpointConsumerBuilder.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.DropboxEndpointBuilderFactory.AdvancedDropboxEndpointConsumerBuilder.client(com.dropbox.core.v2.DbxClientV2 client) To use an existing DbxClient instance as Dropbox client.To use an existing DbxClient instance as Dropbox client.DropboxEndpointBuilderFactory.AdvancedDropboxEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.DropboxEndpointBuilderFactory.AdvancedDropboxEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.DropboxEndpointBuilderFactory.AdvancedDropboxEndpointConsumerBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.DropboxEndpointBuilderFactory.AdvancedDropboxEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.