diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/ftp.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/ftp.json index 7304a2cab496a..02426efb4ba4e 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/ftp.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/ftp.json @@ -91,7 +91,6 @@ "siteCommand": { "kind": "parameter", "displayName": "Site Command", "group": "advanced", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "configurationClass": "org.apache.camel.component.file.remote.FtpConfiguration", "configurationField": "configuration", "description": "Sets optional site command(s) to be executed after successful login. Multiple site commands can be separated using a new line character." }, "soTimeout": { "kind": "parameter", "displayName": "So Timeout", "group": "advanced", "label": "advanced", "required": false, "type": "duration", "javaType": "int", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "300000", "configurationClass": "org.apache.camel.component.file.remote.FtpConfiguration", "configurationField": "configuration", "description": "Sets the so timeout FTP and FTPS Is the SocketOptions.SO_TIMEOUT value in millis. Recommended option is to set this to 300000 so as not have a hanged connection. On SFTP this option is set as timeout on the JSCH Session instance." }, "stepwise": { "kind": "parameter", "displayName": "Stepwise", "group": "advanced", "label": "advanced", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "configurationClass": "org.apache.camel.component.file.remote.FtpConfiguration", "configurationField": "configuration", "description": "Sets whether we should stepwise change directories while traversing file structures when downloading files, or as well when uploading a file to a directory. You can disable this if you for example are in a situation where you cannot change directory on the FTP server due security reasons. Stepwise cannot be used together with streamDownload." }, - "synchronous": { "kind": "parameter", "displayName": "Synchronous", "group": "advanced", "label": "advanced", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "Sets whether synchronous processing should be strictly used" }, "throwExceptionOnConnectFailed": { "kind": "parameter", "displayName": "Throw Exception On Connect Failed", "group": "advanced", "label": "advanced", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "configurationClass": "org.apache.camel.component.file.remote.FtpConfiguration", "configurationField": "configuration", "description": "Should an exception be thrown if connection failed (exhausted)By default exception is not thrown and a WARN is logged. You can use this to enable exception being thrown and handle the thrown exception from the org.apache.camel.spi.PollingConsumerPollStrategy rollback method." }, "timeout": { "kind": "parameter", "displayName": "Timeout", "group": "advanced", "label": "advanced", "required": false, "type": "duration", "javaType": "int", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "30000", "configurationClass": "org.apache.camel.component.file.remote.FtpConfiguration", "configurationField": "configuration", "description": "Sets the data timeout for waiting for reply Used only by FTPClient" }, "antExclude": { "kind": "parameter", "displayName": "Ant Exclude", "group": "filter", "label": "consumer,filter", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Ant style filter exclusion. If both antInclude and antExclude are used, antExclude takes precedence over antInclude. Multiple exclusions may be specified in comma-delimited format." }, diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/ftps.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/ftps.json index 4bfcc4bb73426..7e63f9792e527 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/ftps.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/ftps.json @@ -92,7 +92,6 @@ "siteCommand": { "kind": "parameter", "displayName": "Site Command", "group": "advanced", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "configurationClass": "org.apache.camel.component.file.remote.FtpsConfiguration", "configurationField": "configuration", "description": "Sets optional site command(s) to be executed after successful login. Multiple site commands can be separated using a new line character." }, "soTimeout": { "kind": "parameter", "displayName": "So Timeout", "group": "advanced", "label": "advanced", "required": false, "type": "duration", "javaType": "int", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "300000", "configurationClass": "org.apache.camel.component.file.remote.FtpsConfiguration", "configurationField": "configuration", "description": "Sets the so timeout FTP and FTPS Is the SocketOptions.SO_TIMEOUT value in millis. Recommended option is to set this to 300000 so as not have a hanged connection. On SFTP this option is set as timeout on the JSCH Session instance." }, "stepwise": { "kind": "parameter", "displayName": "Stepwise", "group": "advanced", "label": "advanced", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "configurationClass": "org.apache.camel.component.file.remote.FtpsConfiguration", "configurationField": "configuration", "description": "Sets whether we should stepwise change directories while traversing file structures when downloading files, or as well when uploading a file to a directory. You can disable this if you for example are in a situation where you cannot change directory on the FTP server due security reasons. Stepwise cannot be used together with streamDownload." }, - "synchronous": { "kind": "parameter", "displayName": "Synchronous", "group": "advanced", "label": "advanced", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "Sets whether synchronous processing should be strictly used" }, "throwExceptionOnConnectFailed": { "kind": "parameter", "displayName": "Throw Exception On Connect Failed", "group": "advanced", "label": "advanced", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "configurationClass": "org.apache.camel.component.file.remote.FtpsConfiguration", "configurationField": "configuration", "description": "Should an exception be thrown if connection failed (exhausted)By default exception is not thrown and a WARN is logged. You can use this to enable exception being thrown and handle the thrown exception from the org.apache.camel.spi.PollingConsumerPollStrategy rollback method." }, "timeout": { "kind": "parameter", "displayName": "Timeout", "group": "advanced", "label": "advanced", "required": false, "type": "duration", "javaType": "int", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "30000", "configurationClass": "org.apache.camel.component.file.remote.FtpsConfiguration", "configurationField": "configuration", "description": "Sets the data timeout for waiting for reply Used only by FTPClient" }, "antExclude": { "kind": "parameter", "displayName": "Ant Exclude", "group": "filter", "label": "consumer,filter", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Ant style filter exclusion. If both antInclude and antExclude are used, antExclude takes precedence over antInclude. Multiple exclusions may be specified in comma-delimited format." }, diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/scp.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/scp.json index df33b24b87163..9d41ce1e76513 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/scp.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/scp.json @@ -43,7 +43,6 @@ "moveExistingFileStrategy": { "kind": "parameter", "displayName": "Move Existing File Strategy", "group": "producer (advanced)", "label": "producer,advanced", "required": false, "type": "object", "javaType": "org.apache.camel.component.file.strategy.FileMoveExistingStrategy", "deprecated": false, "autowired": false, "secret": false, "description": "Strategy (Custom Strategy) used to move file with special naming token to use when fileExist=Move is configured. By default, there is an implementation used if no custom strategy is provided" }, "connectTimeout": { "kind": "parameter", "displayName": "Connect Timeout", "group": "advanced", "label": "advanced", "required": false, "type": "duration", "javaType": "int", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "10000", "configurationClass": "org.apache.camel.component.scp.ScpConfiguration", "configurationField": "configuration", "description": "Sets the connect timeout for waiting for a connection to be established Used by both FTPClient and JSCH" }, "soTimeout": { "kind": "parameter", "displayName": "So Timeout", "group": "advanced", "label": "advanced", "required": false, "type": "duration", "javaType": "int", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "300000", "configurationClass": "org.apache.camel.component.scp.ScpConfiguration", "configurationField": "configuration", "description": "Sets the so timeout FTP and FTPS Is the SocketOptions.SO_TIMEOUT value in millis. Recommended option is to set this to 300000 so as not have a hanged connection. On SFTP this option is set as timeout on the JSCH Session instance." }, - "synchronous": { "kind": "parameter", "displayName": "Synchronous", "group": "advanced", "label": "advanced", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "Sets whether synchronous processing should be strictly used" }, "timeout": { "kind": "parameter", "displayName": "Timeout", "group": "advanced", "label": "advanced", "required": false, "type": "duration", "javaType": "int", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "30000", "configurationClass": "org.apache.camel.component.scp.ScpConfiguration", "configurationField": "configuration", "description": "Sets the data timeout for waiting for reply Used only by FTPClient" }, "knownHostsFile": { "kind": "parameter", "displayName": "Known Hosts File", "group": "security", "label": "security", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": true, "configurationClass": "org.apache.camel.component.scp.ScpConfiguration", "configurationField": "configuration", "description": "Sets the known_hosts file, so that the jsch endpoint can do host key verification. You can prefix with classpath: to load the file from classpath instead of file system." }, "password": { "kind": "parameter", "displayName": "Password", "group": "security", "label": "security", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": true, "configurationClass": "org.apache.camel.component.scp.ScpConfiguration", "configurationField": "configuration", "description": "Password to use for login" }, diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/sftp.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/sftp.json index 98e378da47c71..09c906a8e2e07 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/sftp.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/sftp.json @@ -87,7 +87,6 @@ "serverAliveInterval": { "kind": "parameter", "displayName": "Server Alive Interval", "group": "advanced", "label": "advanced", "required": false, "type": "integer", "javaType": "int", "deprecated": false, "autowired": false, "secret": false, "configurationClass": "org.apache.camel.component.file.remote.SftpConfiguration", "configurationField": "configuration", "description": "Sets the interval (millis) to send a keep-alive message. If zero is specified, any keep-alive message must not be sent. The default interval is zero." }, "soTimeout": { "kind": "parameter", "displayName": "So Timeout", "group": "advanced", "label": "advanced", "required": false, "type": "duration", "javaType": "int", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "300000", "configurationClass": "org.apache.camel.component.file.remote.SftpConfiguration", "configurationField": "configuration", "description": "Sets the so timeout FTP and FTPS Is the SocketOptions.SO_TIMEOUT value in millis. Recommended option is to set this to 300000 so as not have a hanged connection. On SFTP this option is set as timeout on the JSCH Session instance." }, "stepwise": { "kind": "parameter", "displayName": "Stepwise", "group": "advanced", "label": "advanced", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "configurationClass": "org.apache.camel.component.file.remote.SftpConfiguration", "configurationField": "configuration", "description": "Sets whether we should stepwise change directories while traversing file structures when downloading files, or as well when uploading a file to a directory. You can disable this if you for example are in a situation where you cannot change directory on the FTP server due security reasons. Stepwise cannot be used together with streamDownload." }, - "synchronous": { "kind": "parameter", "displayName": "Synchronous", "group": "advanced", "label": "advanced", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "Sets whether synchronous processing should be strictly used" }, "throwExceptionOnConnectFailed": { "kind": "parameter", "displayName": "Throw Exception On Connect Failed", "group": "advanced", "label": "advanced", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "configurationClass": "org.apache.camel.component.file.remote.SftpConfiguration", "configurationField": "configuration", "description": "Should an exception be thrown if connection failed (exhausted)By default exception is not thrown and a WARN is logged. You can use this to enable exception being thrown and handle the thrown exception from the org.apache.camel.spi.PollingConsumerPollStrategy rollback method." }, "timeout": { "kind": "parameter", "displayName": "Timeout", "group": "advanced", "label": "advanced", "required": false, "type": "duration", "javaType": "int", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "30000", "configurationClass": "org.apache.camel.component.file.remote.SftpConfiguration", "configurationField": "configuration", "description": "Sets the data timeout for waiting for reply Used only by FTPClient" }, "antExclude": { "kind": "parameter", "displayName": "Ant Exclude", "group": "filter", "label": "consumer,filter", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Ant style filter exclusion. If both antInclude and antExclude are used, antExclude takes precedence over antInclude. Multiple exclusions may be specified in comma-delimited format." }, diff --git a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/FtpEndpointBuilderFactory.java b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/FtpEndpointBuilderFactory.java index aebc8db731db7..39a8b4a309dfa 100644 --- a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/FtpEndpointBuilderFactory.java +++ b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/FtpEndpointBuilderFactory.java @@ -3312,39 +3312,6 @@ default AdvancedFtpEndpointConsumerBuilder stepwise(String stepwise) { doSetProperty("stepwise", stepwise); return this; } - /** - * Sets whether synchronous processing should be strictly used. - * - * The option is a: <code>boolean</code> type. - * - * Default: false - * Group: advanced - * - * @param synchronous the value to set - * @return the dsl builder - */ - default AdvancedFtpEndpointConsumerBuilder synchronous( - boolean synchronous) { - doSetProperty("synchronous", synchronous); - return this; - } - /** - * Sets whether synchronous processing should be strictly used. - * - * The option will be converted to a <code>boolean</code> - * type. - * - * Default: false - * Group: advanced - * - * @param synchronous the value to set - * @return the dsl builder - */ - default AdvancedFtpEndpointConsumerBuilder synchronous( - String synchronous) { - doSetProperty("synchronous", synchronous); - return this; - } /** * Should an exception be thrown if connection failed (exhausted)By * default exception is not thrown and a WARN is logged. You can use @@ -4876,39 +4843,6 @@ default AdvancedFtpEndpointProducerBuilder stepwise(String stepwise) { doSetProperty("stepwise", stepwise); return this; } - /** - * Sets whether synchronous processing should be strictly used. - * - * The option is a: <code>boolean</code> type. - * - * Default: false - * Group: advanced - * - * @param synchronous the value to set - * @return the dsl builder - */ - default AdvancedFtpEndpointProducerBuilder synchronous( - boolean synchronous) { - doSetProperty("synchronous", synchronous); - return this; - } - /** - * Sets whether synchronous processing should be strictly used. - * - * The option will be converted to a <code>boolean</code> - * type. - * - * Default: false - * Group: advanced - * - * @param synchronous the value to set - * @return the dsl builder - */ - default AdvancedFtpEndpointProducerBuilder synchronous( - String synchronous) { - doSetProperty("synchronous", synchronous); - return this; - } /** * Should an exception be thrown if connection failed (exhausted)By * default exception is not thrown and a WARN is logged. You can use @@ -5865,37 +5799,6 @@ default AdvancedFtpEndpointBuilder stepwise(String stepwise) { doSetProperty("stepwise", stepwise); return this; } - /** - * Sets whether synchronous processing should be strictly used. - * - * The option is a: <code>boolean</code> type. - * - * Default: false - * Group: advanced - * - * @param synchronous the value to set - * @return the dsl builder - */ - default AdvancedFtpEndpointBuilder synchronous(boolean synchronous) { - doSetProperty("synchronous", synchronous); - return this; - } - /** - * Sets whether synchronous processing should be strictly used. - * - * The option will be converted to a <code>boolean</code> - * type. - * - * Default: false - * Group: advanced - * - * @param synchronous the value to set - * @return the dsl builder - */ - default AdvancedFtpEndpointBuilder synchronous(String synchronous) { - doSetProperty("synchronous", synchronous); - return this; - } /** * Should an exception be thrown if connection failed (exhausted)By * default exception is not thrown and a WARN is logged. You can use diff --git a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/FtpsEndpointBuilderFactory.java b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/FtpsEndpointBuilderFactory.java index 6350a1897f697..8df5a26f57785 100644 --- a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/FtpsEndpointBuilderFactory.java +++ b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/FtpsEndpointBuilderFactory.java @@ -3566,39 +3566,6 @@ default AdvancedFtpsEndpointConsumerBuilder stepwise(String stepwise) { doSetProperty("stepwise", stepwise); return this; } - /** - * Sets whether synchronous processing should be strictly used. - * - * The option is a: <code>boolean</code> type. - * - * Default: false - * Group: advanced - * - * @param synchronous the value to set - * @return the dsl builder - */ - default AdvancedFtpsEndpointConsumerBuilder synchronous( - boolean synchronous) { - doSetProperty("synchronous", synchronous); - return this; - } - /** - * Sets whether synchronous processing should be strictly used. - * - * The option will be converted to a <code>boolean</code> - * type. - * - * Default: false - * Group: advanced - * - * @param synchronous the value to set - * @return the dsl builder - */ - default AdvancedFtpsEndpointConsumerBuilder synchronous( - String synchronous) { - doSetProperty("synchronous", synchronous); - return this; - } /** * Should an exception be thrown if connection failed (exhausted)By * default exception is not thrown and a WARN is logged. You can use @@ -5381,39 +5348,6 @@ default AdvancedFtpsEndpointProducerBuilder stepwise(String stepwise) { doSetProperty("stepwise", stepwise); return this; } - /** - * Sets whether synchronous processing should be strictly used. - * - * The option is a: <code>boolean</code> type. - * - * Default: false - * Group: advanced - * - * @param synchronous the value to set - * @return the dsl builder - */ - default AdvancedFtpsEndpointProducerBuilder synchronous( - boolean synchronous) { - doSetProperty("synchronous", synchronous); - return this; - } - /** - * Sets whether synchronous processing should be strictly used. - * - * The option will be converted to a <code>boolean</code> - * type. - * - * Default: false - * Group: advanced - * - * @param synchronous the value to set - * @return the dsl builder - */ - default AdvancedFtpsEndpointProducerBuilder synchronous( - String synchronous) { - doSetProperty("synchronous", synchronous); - return this; - } /** * Should an exception be thrown if connection failed (exhausted)By * default exception is not thrown and a WARN is logged. You can use @@ -6617,37 +6551,6 @@ default AdvancedFtpsEndpointBuilder stepwise(String stepwise) { doSetProperty("stepwise", stepwise); return this; } - /** - * Sets whether synchronous processing should be strictly used. - * - * The option is a: <code>boolean</code> type. - * - * Default: false - * Group: advanced - * - * @param synchronous the value to set - * @return the dsl builder - */ - default AdvancedFtpsEndpointBuilder synchronous(boolean synchronous) { - doSetProperty("synchronous", synchronous); - return this; - } - /** - * Sets whether synchronous processing should be strictly used. - * - * The option will be converted to a <code>boolean</code> - * type. - * - * Default: false - * Group: advanced - * - * @param synchronous the value to set - * @return the dsl builder - */ - default AdvancedFtpsEndpointBuilder synchronous(String synchronous) { - doSetProperty("synchronous", synchronous); - return this; - } /** * Should an exception be thrown if connection failed (exhausted)By * default exception is not thrown and a WARN is logged. You can use diff --git a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ScpEndpointBuilderFactory.java b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ScpEndpointBuilderFactory.java index 99bca1bae7252..d5d83218f7a1a 100644 --- a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ScpEndpointBuilderFactory.java +++ b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ScpEndpointBuilderFactory.java @@ -656,37 +656,6 @@ default AdvancedScpEndpointBuilder soTimeout(String soTimeout) { doSetProperty("soTimeout", soTimeout); return this; } - /** - * Sets whether synchronous processing should be strictly used. - * - * The option is a: <code>boolean</code> type. - * - * Default: false - * Group: advanced - * - * @param synchronous the value to set - * @return the dsl builder - */ - default AdvancedScpEndpointBuilder synchronous(boolean synchronous) { - doSetProperty("synchronous", synchronous); - return this; - } - /** - * Sets whether synchronous processing should be strictly used. - * - * The option will be converted to a <code>boolean</code> - * type. - * - * Default: false - * Group: advanced - * - * @param synchronous the value to set - * @return the dsl builder - */ - default AdvancedScpEndpointBuilder synchronous(String synchronous) { - doSetProperty("synchronous", synchronous); - return this; - } /** * Sets the data timeout for waiting for reply Used only by FTPClient. * diff --git a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/SftpEndpointBuilderFactory.java b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/SftpEndpointBuilderFactory.java index f8e8c760e9d54..e687c933f8da4 100644 --- a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/SftpEndpointBuilderFactory.java +++ b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/SftpEndpointBuilderFactory.java @@ -3628,39 +3628,6 @@ default AdvancedSftpEndpointConsumerBuilder stepwise(String stepwise) { doSetProperty("stepwise", stepwise); return this; } - /** - * Sets whether synchronous processing should be strictly used. - * - * The option is a: <code>boolean</code> type. - * - * Default: false - * Group: advanced - * - * @param synchronous the value to set - * @return the dsl builder - */ - default AdvancedSftpEndpointConsumerBuilder synchronous( - boolean synchronous) { - doSetProperty("synchronous", synchronous); - return this; - } - /** - * Sets whether synchronous processing should be strictly used. - * - * The option will be converted to a <code>boolean</code> - * type. - * - * Default: false - * Group: advanced - * - * @param synchronous the value to set - * @return the dsl builder - */ - default AdvancedSftpEndpointConsumerBuilder synchronous( - String synchronous) { - doSetProperty("synchronous", synchronous); - return this; - } /** * Should an exception be thrown if connection failed (exhausted)By * default exception is not thrown and a WARN is logged. You can use @@ -5441,39 +5408,6 @@ default AdvancedSftpEndpointProducerBuilder stepwise(String stepwise) { doSetProperty("stepwise", stepwise); return this; } - /** - * Sets whether synchronous processing should be strictly used. - * - * The option is a: <code>boolean</code> type. - * - * Default: false - * Group: advanced - * - * @param synchronous the value to set - * @return the dsl builder - */ - default AdvancedSftpEndpointProducerBuilder synchronous( - boolean synchronous) { - doSetProperty("synchronous", synchronous); - return this; - } - /** - * Sets whether synchronous processing should be strictly used. - * - * The option will be converted to a <code>boolean</code> - * type. - * - * Default: false - * Group: advanced - * - * @param synchronous the value to set - * @return the dsl builder - */ - default AdvancedSftpEndpointProducerBuilder synchronous( - String synchronous) { - doSetProperty("synchronous", synchronous); - return this; - } /** * Should an exception be thrown if connection failed (exhausted)By * default exception is not thrown and a WARN is logged. You can use @@ -6661,37 +6595,6 @@ default AdvancedSftpEndpointBuilder stepwise(String stepwise) { doSetProperty("stepwise", stepwise); return this; } - /** - * Sets whether synchronous processing should be strictly used. - * - * The option is a: <code>boolean</code> type. - * - * Default: false - * Group: advanced - * - * @param synchronous the value to set - * @return the dsl builder - */ - default AdvancedSftpEndpointBuilder synchronous(boolean synchronous) { - doSetProperty("synchronous", synchronous); - return this; - } - /** - * Sets whether synchronous processing should be strictly used. - * - * The option will be converted to a <code>boolean</code> - * type. - * - * Default: false - * Group: advanced - * - * @param synchronous the value to set - * @return the dsl builder - */ - default AdvancedSftpEndpointBuilder synchronous(String synchronous) { - doSetProperty("synchronous", synchronous); - return this; - } /** * Should an exception be thrown if connection failed (exhausted)By * default exception is not thrown and a WARN is logged. You can use