default BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder |
BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder.accessTokenCache(Object accessTokenCache) |
Custom Access Token Cache for storing and retrieving access tokens.
|
default BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder |
BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder.accessTokenCache(String accessTokenCache) |
Custom Access Token Cache for storing and retrieving access tokens.
|
default BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder |
BoxEndpointBuilderFactory.BoxEndpointConsumerBuilder.advanced() |
|
default BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder |
BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder.encryptionAlgorithm(String encryptionAlgorithm) |
The type of encryption algorithm for JWT.
|
default BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder |
BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder.encryptionAlgorithm(BoxEndpointBuilderFactory.EncryptionAlgorithm encryptionAlgorithm) |
The type of encryption algorithm for JWT.
|
default BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder |
BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder |
BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder |
BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder.exchangePattern(String exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder |
BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder |
BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder.httpParams(String httpParams) |
Custom HTTP params for settings like proxy host.
|
default BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder |
BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder.httpParams(Map<String,Object> httpParams) |
Custom HTTP params for settings like proxy host.
|
default BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder |
BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder.maxCacheEntries(int maxCacheEntries) |
The maximum number of access tokens in cache.
|
default BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder |
BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder.maxCacheEntries(String maxCacheEntries) |
The maximum number of access tokens in cache.
|