This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-3.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.x by this push: new 9a45e453db0 Regen for commit b45342564fe06036ec1d53da4d6ce7a7be321ea8 9a45e453db0 is described below commit 9a45e453db0b23d692054ace84d2c787eb3f8617 Author: davsclaus <davscl...@users.noreply.github.com> AuthorDate: Tue Jun 20 05:48:24 2023 +0000 Regen for commit b45342564fe06036ec1d53da4d6ce7a7be321ea8 Signed-off-by: GitHub <nore...@github.com> --- .../endpoint/dsl/MongoDbEndpointBuilderFactory.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/MongoDbEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/MongoDbEndpointBuilderFactory.java index 3d886ffa0f8..ba70ed9f52b 100644 --- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/MongoDbEndpointBuilderFactory.java +++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/MongoDbEndpointBuilderFactory.java @@ -255,6 +255,23 @@ public interface MongoDbEndpointBuilderFactory { doSetProperty("consumerType", consumerType); return this; } + /** + * Specifies whether changeStream consumer include a copy of the full + * document when modified by update operations. Possible values are + * default and updateLookup. + * + * The option is a: <code>java.lang.String</code> type. + * + * Default: default + * Group: changeStream + * + * @param fullDocument the value to set + * @return the dsl builder + */ + default MongoDbEndpointConsumerBuilder fullDocument(String fullDocument) { + doSetProperty("fullDocument", fullDocument); + return this; + } /** * Filter condition for change streams consumer. *