This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git
from 250ca2949c3 CAMEL-18287 - Camel-AWS Eventbridge: Support operation
putEvents to send custom event to Eventbridge
add 01ec3d9980c add checkpoint batch size & batch timeout parameters on
camel-azure-eventhubs component
add 0fb1567f8a3 📝 documenting new parameters' accessors
add abd1350f1da :sparkles: use of timer & task to handle timeout batch's
completion condition
add 6edab8f8851 :art: fixing checkstyle errors
add 35f49a9fb97 :package: add generated classes
add c1d325d0dd6 :wrench: list static constant imports one by one
add 6dd35bcb4e1 Regen
No new revisions were added by this update.
Summary of changes:
.../camel/catalog/components/azure-eventhubs.json | 7 +-
.../eventhubs/EventHubsComponentConfigurer.java | 12 ++++
.../eventhubs/EventHubsEndpointConfigurer.java | 12 ++++
.../eventhubs/EventHubsEndpointUriFactory.java | 4 +-
.../component/azure/eventhubs/azure-eventhubs.json | 7 +-
.../EventHubsCheckpointUpdaterTimerTask.java | 54 ++++++++++++++
.../azure/eventhubs/EventHubsConfiguration.java | 25 +++++++
.../azure/eventhubs/EventHubsConstants.java | 9 ++-
.../azure/eventhubs/EventHubsConsumer.java | 69 +++++++++++++++++-
.../azure/eventhubs/EventHubsComponentTest.java | 5 +-
.../dsl/AzureEventhubsComponentBuilderFactory.java | 36 ++++++++++
.../dsl/EventHubsEndpointBuilderFactory.java | 83 ++++++++++++++++++++++
12 files changed, 317 insertions(+), 6 deletions(-)
create mode 100644
components/camel-azure/camel-azure-eventhubs/src/main/java/org/apache/camel/component/azure/eventhubs/EventHubsCheckpointUpdaterTimerTask.java