You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dm...@apache.org on 2020/03/25 14:51:43 UTC

[camel] 02/02: CAMEL-14495: Regen code Close #3678

This is an automated email from the ASF dual-hosted git repository.

dmvolod pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 1e1e5486892ab83792d4b68037142453feb3be19
Author: Dmitry Volodin <dm...@gmail.com>
AuthorDate: Wed Mar 25 16:39:16 2020 +0300

    CAMEL-14495: Regen code
    Close #3678
---
 .../dsl/MiloClientComponentBuilderFactory.java     | 14 ++++
 .../dsl/MiloClientEndpointBuilderFactory.java      | 84 ++++++++++++++++++++++
 2 files changed, 98 insertions(+)

diff --git a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/MiloClientComponentBuilderFactory.java b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/MiloClientComponentBuilderFactory.java
index 6fad045..cc800ae 100644
--- a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/MiloClientComponentBuilderFactory.java
+++ b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/MiloClientComponentBuilderFactory.java
@@ -314,6 +314,19 @@ public interface MiloClientComponentBuilderFactory {
             return this;
         }
         /**
+         * The requested publishing interval in milliseconds.
+         * 
+         * The option is a: <code>java.lang.Double</code> type.
+         * 
+         * Default: 1_000.0
+         * Group: client
+         */
+        default MiloClientComponentBuilder requestedPublishingInterval(
+                java.lang.Double requestedPublishingInterval) {
+            doSetProperty("requestedPublishingInterval", requestedPublishingInterval);
+            return this;
+        }
+        /**
          * Request timeout in milliseconds.
          * 
          * The option is a: <code>java.lang.Long</code> type.
@@ -393,6 +406,7 @@ public interface MiloClientComponentBuilderFactory {
             case "maxResponseMessageSize": getOrCreateConfiguration((MiloClientComponent) component).setMaxResponseMessageSize((java.lang.Long) value); return true;
             case "overrideHost": getOrCreateConfiguration((MiloClientComponent) component).setOverrideHost((boolean) value); return true;
             case "productUri": getOrCreateConfiguration((MiloClientComponent) component).setProductUri((java.lang.String) value); return true;
+            case "requestedPublishingInterval": getOrCreateConfiguration((MiloClientComponent) component).setRequestedPublishingInterval((java.lang.Double) value); return true;
             case "requestTimeout": getOrCreateConfiguration((MiloClientComponent) component).setRequestTimeout((java.lang.Long) value); return true;
             case "sessionName": getOrCreateConfiguration((MiloClientComponent) component).setSessionName((java.lang.String) value); return true;
             case "sessionTimeout": getOrCreateConfiguration((MiloClientComponent) component).setSessionTimeout((java.lang.Long) value); return true;
diff --git a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/MiloClientEndpointBuilderFactory.java b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/MiloClientEndpointBuilderFactory.java
index 06936cb..83df0d7 100644
--- a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/MiloClientEndpointBuilderFactory.java
+++ b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/MiloClientEndpointBuilderFactory.java
@@ -132,6 +132,7 @@ public interface MiloClientEndpointBuilderFactory {
          * 
          * The option is a: <code>java.lang.Double</code> type.
          * 
+         * Default: 0.0
          * Group: common
          */
         default MiloClientEndpointConsumerBuilder samplingInterval(
@@ -144,6 +145,7 @@ public interface MiloClientEndpointBuilderFactory {
          * 
          * The option will be converted to a <code>java.lang.Double</code> type.
          * 
+         * Default: 0.0
          * Group: common
          */
         default MiloClientEndpointConsumerBuilder samplingInterval(
@@ -413,6 +415,32 @@ public interface MiloClientEndpointBuilderFactory {
             return this;
         }
         /**
+         * The requested publishing interval in milliseconds.
+         * 
+         * The option is a: <code>java.lang.Double</code> type.
+         * 
+         * Default: 1_000.0
+         * Group: client
+         */
+        default MiloClientEndpointConsumerBuilder requestedPublishingInterval(
+                Double requestedPublishingInterval) {
+            doSetProperty("requestedPublishingInterval", requestedPublishingInterval);
+            return this;
+        }
+        /**
+         * The requested publishing interval in milliseconds.
+         * 
+         * The option will be converted to a <code>java.lang.Double</code> type.
+         * 
+         * Default: 1_000.0
+         * Group: client
+         */
+        default MiloClientEndpointConsumerBuilder requestedPublishingInterval(
+                String requestedPublishingInterval) {
+            doSetProperty("requestedPublishingInterval", requestedPublishingInterval);
+            return this;
+        }
+        /**
          * Request timeout in milliseconds.
          * 
          * The option is a: <code>java.lang.Long</code> type.
@@ -695,6 +723,7 @@ public interface MiloClientEndpointBuilderFactory {
          * 
          * The option is a: <code>java.lang.Double</code> type.
          * 
+         * Default: 0.0
          * Group: common
          */
         default MiloClientEndpointProducerBuilder samplingInterval(
@@ -707,6 +736,7 @@ public interface MiloClientEndpointBuilderFactory {
          * 
          * The option will be converted to a <code>java.lang.Double</code> type.
          * 
+         * Default: 0.0
          * Group: common
          */
         default MiloClientEndpointProducerBuilder samplingInterval(
@@ -980,6 +1010,32 @@ public interface MiloClientEndpointBuilderFactory {
             return this;
         }
         /**
+         * The requested publishing interval in milliseconds.
+         * 
+         * The option is a: <code>java.lang.Double</code> type.
+         * 
+         * Default: 1_000.0
+         * Group: client
+         */
+        default MiloClientEndpointProducerBuilder requestedPublishingInterval(
+                Double requestedPublishingInterval) {
+            doSetProperty("requestedPublishingInterval", requestedPublishingInterval);
+            return this;
+        }
+        /**
+         * The requested publishing interval in milliseconds.
+         * 
+         * The option will be converted to a <code>java.lang.Double</code> type.
+         * 
+         * Default: 1_000.0
+         * Group: client
+         */
+        default MiloClientEndpointProducerBuilder requestedPublishingInterval(
+                String requestedPublishingInterval) {
+            doSetProperty("requestedPublishingInterval", requestedPublishingInterval);
+            return this;
+        }
+        /**
          * Request timeout in milliseconds.
          * 
          * The option is a: <code>java.lang.Long</code> type.
@@ -1206,6 +1262,7 @@ public interface MiloClientEndpointBuilderFactory {
          * 
          * The option is a: <code>java.lang.Double</code> type.
          * 
+         * Default: 0.0
          * Group: common
          */
         default MiloClientEndpointBuilder samplingInterval(
@@ -1218,6 +1275,7 @@ public interface MiloClientEndpointBuilderFactory {
          * 
          * The option will be converted to a <code>java.lang.Double</code> type.
          * 
+         * Default: 0.0
          * Group: common
          */
         default MiloClientEndpointBuilder samplingInterval(
@@ -1442,6 +1500,32 @@ public interface MiloClientEndpointBuilderFactory {
             return this;
         }
         /**
+         * The requested publishing interval in milliseconds.
+         * 
+         * The option is a: <code>java.lang.Double</code> type.
+         * 
+         * Default: 1_000.0
+         * Group: client
+         */
+        default MiloClientEndpointBuilder requestedPublishingInterval(
+                Double requestedPublishingInterval) {
+            doSetProperty("requestedPublishingInterval", requestedPublishingInterval);
+            return this;
+        }
+        /**
+         * The requested publishing interval in milliseconds.
+         * 
+         * The option will be converted to a <code>java.lang.Double</code> type.
+         * 
+         * Default: 1_000.0
+         * Group: client
+         */
+        default MiloClientEndpointBuilder requestedPublishingInterval(
+                String requestedPublishingInterval) {
+            doSetProperty("requestedPublishingInterval", requestedPublishingInterval);
+            return this;
+        }
+        /**
          * Request timeout in milliseconds.
          * 
          * The option is a: <code>java.lang.Long</code> type.