public static interface BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder |
accessTokenCache(Object accessTokenCache)
Custom Access Token Cache for storing and retrieving access tokens.
|
default BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder |
accessTokenCache(String accessTokenCache)
Custom Access Token Cache for storing and retrieving access tokens.
|
default BoxEndpointBuilderFactory.BoxEndpointConsumerBuilder |
basic() |
default BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder |
encryptionAlgorithm(BoxEndpointBuilderFactory.EncryptionAlgorithm encryptionAlgorithm)
The type of encryption algorithm for JWT.
|
default BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder |
encryptionAlgorithm(String encryptionAlgorithm)
The type of encryption algorithm for JWT.
|
default BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder |
exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder |
exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder |
exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder |
exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder |
httpParams(Map<String,Object> httpParams)
Custom HTTP params for settings like proxy host.
|
default BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder |
httpParams(String httpParams)
Custom HTTP params for settings like proxy host.
|
default BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder |
maxCacheEntries(int maxCacheEntries)
The maximum number of access tokens in cache.
|
default BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder |
maxCacheEntries(String maxCacheEntries)
The maximum number of access tokens in cache.
|
default BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default BoxEndpointBuilderFactory.BoxEndpointConsumerBuilder basic()
default BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
exceptionHandler - the value to setdefault BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder exceptionHandler(String exceptionHandler)
exceptionHandler - the value to setdefault BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
exchangePattern - the value to setdefault BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder exchangePattern(String exchangePattern)
exchangePattern - the value to setdefault BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder httpParams(Map<String,Object> httpParams)
httpParams - the value to setdefault BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder httpParams(String httpParams)
httpParams - the value to setdefault BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder synchronous(String synchronous)
synchronous - the value to setdefault BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder accessTokenCache(Object accessTokenCache)
accessTokenCache - the value to setdefault BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder accessTokenCache(String accessTokenCache)
accessTokenCache - the value to setdefault BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder encryptionAlgorithm(BoxEndpointBuilderFactory.EncryptionAlgorithm encryptionAlgorithm)
encryptionAlgorithm - the value to setdefault BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder encryptionAlgorithm(String encryptionAlgorithm)
encryptionAlgorithm - the value to setdefault BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder maxCacheEntries(int maxCacheEntries)
maxCacheEntries - the value to setdefault BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder maxCacheEntries(String maxCacheEntries)
maxCacheEntries - the value to setApache Camel