default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.backoffErrorThreshold(int backoffErrorThreshold) |
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.backoffErrorThreshold(String backoffErrorThreshold) |
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.backoffIdleThreshold(int backoffIdleThreshold) |
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.backoffIdleThreshold(String backoffIdleThreshold) |
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.backoffMultiplier(int backoffMultiplier) |
To let the scheduled polling consumer backoff if there has been a
number of subsequent idles/errors in a row.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.backoffMultiplier(String backoffMultiplier) |
To let the scheduled polling consumer backoff if there has been a
number of subsequent idles/errors in a row.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.AdvancedJpaEndpointConsumerBuilder.basic() |
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.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 JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.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 JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.consumeDelete(boolean consumeDelete) |
If true, the entity is deleted after it is consumed; if false, the
entity is not deleted.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.consumeDelete(String consumeDelete) |
If true, the entity is deleted after it is consumed; if false, the
entity is not deleted.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.consumeLockEntity(boolean consumeLockEntity) |
Specifies whether or not to set an exclusive lock on each entity bean
while processing the results from polling.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.consumeLockEntity(String consumeLockEntity) |
Specifies whether or not to set an exclusive lock on each entity bean
while processing the results from polling.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.delay(long delay) |
Milliseconds before the next poll.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.delay(String delay) |
Milliseconds before the next poll.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.deleteHandler(Object deleteHandler) |
To use a custom DeleteHandler to delete the row after the consumer is
done processing the exchange.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.deleteHandler(String deleteHandler) |
To use a custom DeleteHandler to delete the row after the consumer is
done processing the exchange.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.greedy(boolean greedy) |
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.greedy(String greedy) |
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.initialDelay(long initialDelay) |
Milliseconds before the first poll starts.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.initialDelay(String initialDelay) |
Milliseconds before the first poll starts.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.joinTransaction(boolean joinTransaction) |
The camel-jpa component will join transaction by default.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.joinTransaction(String joinTransaction) |
The camel-jpa component will join transaction by default.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.lockModeType(String lockModeType) |
To configure the lock mode on the consumer.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.lockModeType(JpaEndpointBuilderFactory.LockModeType lockModeType) |
To configure the lock mode on the consumer.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.maximumResults(int maximumResults) |
Set the maximum number of results to retrieve on the Query.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.maximumResults(String maximumResults) |
Set the maximum number of results to retrieve on the Query.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.maxMessagesPerPoll(int maxMessagesPerPoll) |
An integer value to define the maximum number of messages to gather
per poll.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.maxMessagesPerPoll(String maxMessagesPerPoll) |
An integer value to define the maximum number of messages to gather
per poll.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.namedQuery(String namedQuery) |
To use a named query.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.nativeQuery(String nativeQuery) |
To use a custom native query.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.persistenceUnit(String persistenceUnit) |
The JPA persistence unit used by default.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.preDeleteHandler(Object preDeleteHandler) |
To use a custom Pre-DeleteHandler to delete the row after the
consumer has read the entity.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.preDeleteHandler(String preDeleteHandler) |
To use a custom Pre-DeleteHandler to delete the row after the
consumer has read the entity.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.query(String query) |
To use a custom query.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.repeatCount(long repeatCount) |
Specifies a maximum limit of number of fires.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.repeatCount(String repeatCount) |
Specifies a maximum limit of number of fires.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.resultClass(Class<Object> resultClass) |
Defines the type of the returned payload (we will call
entityManager.createNativeQuery(nativeQuery, resultClass) instead of
entityManager.createNativeQuery(nativeQuery)).
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.resultClass(String resultClass) |
Defines the type of the returned payload (we will call
entityManager.createNativeQuery(nativeQuery, resultClass) instead of
entityManager.createNativeQuery(nativeQuery)).
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel) |
The consumer logs a start/complete log line when it polls.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) |
The consumer logs a start/complete log line when it polls.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.scheduledExecutorService(String scheduledExecutorService) |
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.scheduledExecutorService(ScheduledExecutorService scheduledExecutorService) |
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.scheduler(Object scheduler) |
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.scheduler(String scheduler) |
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.schedulerProperties(String key,
Object value) |
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.schedulerProperties(Map values) |
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.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 JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.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 JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.skipLockedEntity(boolean skipLockedEntity) |
To configure whether to use NOWAIT on lock and silently skip the
entity.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.skipLockedEntity(String skipLockedEntity) |
To configure whether to use NOWAIT on lock and silently skip the
entity.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.startScheduler(boolean startScheduler) |
Whether the scheduler should be auto started.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.startScheduler(String startScheduler) |
Whether the scheduler should be auto started.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.timeUnit(String timeUnit) |
Time unit for initialDelay and delay options.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.timeUnit(TimeUnit timeUnit) |
Time unit for initialDelay and delay options.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.transacted(boolean transacted) |
Whether to run the consumer in transacted mode, by which all messages
will either commit or rollback, when the entire batch has been
processed.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.transacted(String transacted) |
Whether to run the consumer in transacted mode, by which all messages
will either commit or rollback, when the entire batch has been
processed.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay) |
Controls if fixed delay or fixed rate is used.
|
default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder.useFixedDelay(String useFixedDelay) |
Controls if fixed delay or fixed rate is used.
|