This is an automated email from the ASF dual-hosted git repository.
orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new fee5b9ca167 Regen for commit 152edb947d13c046094961eeec8efb63c4a72994
fee5b9ca167 is described below
commit fee5b9ca1670eea111b1e2b1c4c0b097fdafd2a2
Author: davsclaus <[email protected]>
AuthorDate: Wed Jan 4 16:52:18 2023 +0000
Regen for commit 152edb947d13c046094961eeec8efb63c4a72994
Signed-off-by: GitHub <[email protected]>
---
.../endpoint/dsl/Plc4XEndpointBuilderFactory.java | 99 ++++++++++++++++++++++
1 file changed, 99 insertions(+)
diff --git
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/Plc4XEndpointBuilderFactory.java
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/Plc4XEndpointBuilderFactory.java
index df0a95cf472..78fc2689cd0 100644
---
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/Plc4XEndpointBuilderFactory.java
+++
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/Plc4XEndpointBuilderFactory.java
@@ -43,6 +43,39 @@ public interface Plc4XEndpointBuilderFactory {
default AdvancedPlc4XEndpointConsumerBuilder advanced() {
return (AdvancedPlc4XEndpointConsumerBuilder) this;
}
+ /**
+ * Whether to reconnect when no connection is present upon doing a
+ * request.
+ *
+ * The option is a: <code>boolean</code> type.
+ *
+ * Default: false
+ * Group: common
+ *
+ * @param autoReconnect the value to set
+ * @return the dsl builder
+ */
+ default Plc4XEndpointConsumerBuilder autoReconnect(boolean
autoReconnect) {
+ doSetProperty("autoReconnect", autoReconnect);
+ return this;
+ }
+ /**
+ * Whether to reconnect when no connection is present upon doing a
+ * request.
+ *
+ * The option will be converted to a <code>boolean</code>
+ * type.
+ *
+ * Default: false
+ * Group: common
+ *
+ * @param autoReconnect the value to set
+ * @return the dsl builder
+ */
+ default Plc4XEndpointConsumerBuilder autoReconnect(String
autoReconnect) {
+ doSetProperty("autoReconnect", autoReconnect);
+ return this;
+ }
/**
* The tags to read as Map containing the tag name associated to its
* query.
@@ -257,6 +290,39 @@ public interface Plc4XEndpointBuilderFactory {
default AdvancedPlc4XEndpointProducerBuilder advanced() {
return (AdvancedPlc4XEndpointProducerBuilder) this;
}
+ /**
+ * Whether to reconnect when no connection is present upon doing a
+ * request.
+ *
+ * The option is a: <code>boolean</code> type.
+ *
+ * Default: false
+ * Group: common
+ *
+ * @param autoReconnect the value to set
+ * @return the dsl builder
+ */
+ default Plc4XEndpointProducerBuilder autoReconnect(boolean
autoReconnect) {
+ doSetProperty("autoReconnect", autoReconnect);
+ return this;
+ }
+ /**
+ * Whether to reconnect when no connection is present upon doing a
+ * request.
+ *
+ * The option will be converted to a <code>boolean</code>
+ * type.
+ *
+ * Default: false
+ * Group: common
+ *
+ * @param autoReconnect the value to set
+ * @return the dsl builder
+ */
+ default Plc4XEndpointProducerBuilder autoReconnect(String
autoReconnect) {
+ doSetProperty("autoReconnect", autoReconnect);
+ return this;
+ }
/**
* The tags to read as Map containing the tag name associated to its
* query.
@@ -363,6 +429,39 @@ public interface Plc4XEndpointBuilderFactory {
default AdvancedPlc4XEndpointBuilder advanced() {
return (AdvancedPlc4XEndpointBuilder) this;
}
+ /**
+ * Whether to reconnect when no connection is present upon doing a
+ * request.
+ *
+ * The option is a: <code>boolean</code> type.
+ *
+ * Default: false
+ * Group: common
+ *
+ * @param autoReconnect the value to set
+ * @return the dsl builder
+ */
+ default Plc4XEndpointBuilder autoReconnect(boolean autoReconnect) {
+ doSetProperty("autoReconnect", autoReconnect);
+ return this;
+ }
+ /**
+ * Whether to reconnect when no connection is present upon doing a
+ * request.
+ *
+ * The option will be converted to a <code>boolean</code>
+ * type.
+ *
+ * Default: false
+ * Group: common
+ *
+ * @param autoReconnect the value to set
+ * @return the dsl builder
+ */
+ default Plc4XEndpointBuilder autoReconnect(String autoReconnect) {
+ doSetProperty("autoReconnect", autoReconnect);
+ return this;
+ }
/**
* The tags to read as Map containing the tag name associated to its
* query.