| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BraintreeEndpointBuilderFactory.BraintreeEndpointBuilder
Builder for endpoint for the Braintree component.
|
| Modifier and Type | Method and Description |
|---|---|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.accessToken(String accessToken)
The access token granted by a merchant to another in order to process
transactions on their behalf.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.backoffErrorThreshold(int backoffErrorThreshold)
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.backoffErrorThreshold(String backoffErrorThreshold)
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.backoffIdleThreshold(int backoffIdleThreshold)
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.backoffIdleThreshold(String backoffIdleThreshold)
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.backoffMultiplier(int backoffMultiplier)
To let the scheduled polling consumer backoff if there has been a
number of subsequent idles/errors in a row.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.backoffMultiplier(String backoffMultiplier)
To let the scheduled polling consumer backoff if there has been a
number of subsequent idles/errors in a row.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.AdvancedBraintreeEndpointConsumerBuilder.basic() |
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.bridgeErrorHandler(String bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.delay(long delay)
Milliseconds before the next poll.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.delay(String delay)
Milliseconds before the next poll.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.environment(String environment)
The environment Either SANDBOX or PRODUCTION.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.greedy(boolean greedy)
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.greedy(String greedy)
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.httpLogLevel(String httpLogLevel)
Set logging level for http calls, see java.util.logging.Level.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.httpLogName(String httpLogName)
Set log category to use to log http calls.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.inBody(String inBody)
Sets the name of a parameter to be passed in the exchange In Body.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.initialDelay(long initialDelay)
Milliseconds before the first poll starts.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.initialDelay(String initialDelay)
Milliseconds before the first poll starts.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.logHandlerEnabled(boolean logHandlerEnabled)
Sets whether to enable the BraintreeLogHandler.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.logHandlerEnabled(String logHandlerEnabled)
Sets whether to enable the BraintreeLogHandler.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.merchantId(String merchantId)
The merchant id provided by Braintree.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.privateKey(String privateKey)
The private key provided by Braintree.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.proxyHost(String proxyHost)
The proxy host.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.proxyPort(Integer proxyPort)
The proxy port.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.proxyPort(String proxyPort)
The proxy port.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.publicKey(String publicKey)
The public key provided by Braintree.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.repeatCount(long repeatCount)
Specifies a maximum limit of number of fires.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.repeatCount(String repeatCount)
Specifies a maximum limit of number of fires.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel)
The consumer logs a start/complete log line when it polls.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel)
The consumer logs a start/complete log line when it polls.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.scheduledExecutorService(ScheduledExecutorService scheduledExecutorService)
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.scheduledExecutorService(String scheduledExecutorService)
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.scheduler(Object scheduler)
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.scheduler(String scheduler)
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.schedulerProperties(Map values)
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.schedulerProperties(String key,
Object value)
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.sendEmptyMessageWhenIdle(boolean sendEmptyMessageWhenIdle)
If the polling consumer did not poll any files, you can enable this
option to send an empty message (no body) instead.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.sendEmptyMessageWhenIdle(String sendEmptyMessageWhenIdle)
If the polling consumer did not poll any files, you can enable this
option to send an empty message (no body) instead.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.startScheduler(boolean startScheduler)
Whether the scheduler should be auto started.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.startScheduler(String startScheduler)
Whether the scheduler should be auto started.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.timeUnit(String timeUnit)
Time unit for initialDelay and delay options.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.timeUnit(TimeUnit timeUnit)
Time unit for initialDelay and delay options.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay)
Controls if fixed delay or fixed rate is used.
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder.useFixedDelay(String useFixedDelay)
Controls if fixed delay or fixed rate is used.
|
Apache Camel