You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/03/29 08:27:49 UTC

[camel] branch camel-3.x updated: Regen for commit 3087ffdbd3e9ae133875169784679cf9bfd485b3

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 b98dbe02183 Regen for commit 3087ffdbd3e9ae133875169784679cf9bfd485b3
b98dbe02183 is described below

commit b98dbe02183cba09c68159c3aa67fbb042fda1d6
Author: davsclaus <da...@users.noreply.github.com>
AuthorDate: Wed Mar 29 08:23:22 2023 +0000

    Regen for commit 3087ffdbd3e9ae133875169784679cf9bfd485b3
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../endpoint/dsl/PulsarEndpointBuilderFactory.java    | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/PulsarEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/PulsarEndpointBuilderFactory.java
index 6de28789eb8..6d0e3a2db8f 100644
--- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/PulsarEndpointBuilderFactory.java
+++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/PulsarEndpointBuilderFactory.java
@@ -1741,6 +1741,25 @@ public interface PulsarEndpointBuilderFactory {
             return "PulsarProducerMessageEventTime";
         }
 
+        /**
+         * Deliver the message only at or after the specified absolute
+         * timestamp. The timestamp is milliseconds and based on UTC (eg:
+         * System.currentTimeMillis) Note: messages are only delivered with
+         * delay when a consumer is consuming through a Shared subscription.
+         * With other subscription types, the messages will still be delivered
+         * immediately.
+         * 
+         * The option is a: {@code Long} type.
+         * 
+         * Group: producer
+         * 
+         * @return the name of the header {@code
+         * PulsarProducerMessageDeliverAt}.
+         */
+        public String pulsarProducerMessageDeliverAt() {
+            return "PulsarProducerMessageDeliverAt";
+        }
+
         /**
          * The message redelivery count, redelivery count maintain in pulsar
          * broker.