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 |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder |
basicPropertyBinding(String basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
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)
org.apache.camel.spi.ExceptionHandler
type.
Group: consumer (advanced)default BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder exceptionHandler(String exceptionHandler)
org.apache.camel.spi.ExceptionHandler type.
Group: consumer (advanced)default BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
org.apache.camel.ExchangePattern type.
Group: consumer (advanced)default BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder exchangePattern(String exchangePattern)
org.apache.camel.ExchangePattern type.
Group: consumer (advanced)default BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder basicPropertyBinding(String basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder httpParams(Map<String,Object> httpParams)
java.util.Map<java.lang.String,
java.lang.Object> type.
Group: advanceddefault BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder httpParams(String httpParams)
java.util.Map<java.lang.String, java.lang.Object>
type.
Group: advanceddefault BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder synchronous(boolean synchronous)
boolean type.
Default: false
Group: advanceddefault BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder synchronous(String synchronous)
boolean type.
Default: false
Group: advanceddefault BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder accessTokenCache(Object accessTokenCache)
com.box.sdk.IAccessTokenCache type.
Group: securitydefault BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder accessTokenCache(String accessTokenCache)
com.box.sdk.IAccessTokenCache type.
Group: securitydefault BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder encryptionAlgorithm(BoxEndpointBuilderFactory.EncryptionAlgorithm encryptionAlgorithm)
com.box.sdk.EncryptionAlgorithm type.
Default: RSA_SHA_256
Group: securitydefault BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder encryptionAlgorithm(String encryptionAlgorithm)
com.box.sdk.EncryptionAlgorithm type.
Default: RSA_SHA_256
Group: securitydefault BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder maxCacheEntries(int maxCacheEntries)
int type.
Default: 100
Group: securitydefault BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder maxCacheEntries(String maxCacheEntries)
int type.
Default: 100
Group: securityApache Camel