Uses of Interface
org.apache.camel.builder.endpoint.dsl.BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder
Packages that use BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder
-
Uses of BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the Box component.Methods in org.apache.camel.builder.endpoint.dsl that return BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilderModifier and TypeMethodDescriptionBoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder.accessTokenCache(com.box.sdk.IAccessTokenCache accessTokenCache) Custom Access Token Cache for storing and retrieving access tokens.BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder.accessTokenCache(String accessTokenCache) Custom Access Token Cache for storing and retrieving access tokens.BoxEndpointBuilderFactory.BoxEndpointConsumerBuilder.advanced()BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder.encryptionAlgorithm(com.box.sdk.EncryptionAlgorithm encryptionAlgorithm) The type of encryption algorithm for JWT.BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder.encryptionAlgorithm(String encryptionAlgorithm) The type of encryption algorithm for JWT.BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder.httpParams(String httpParams) Custom HTTP params for settings like proxy host.BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder.httpParams(Map<String, Object> httpParams) Custom HTTP params for settings like proxy host.BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder.maxCacheEntries(int maxCacheEntries) The maximum number of access tokens in cache.BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder.maxCacheEntries(String maxCacheEntries) The maximum number of access tokens in cache.