Uses of Interface
org.apache.camel.builder.endpoint.dsl.FilesEndpointBuilderFactory.AdvancedFilesEndpointProducerBuilder
Packages that use FilesEndpointBuilderFactory.AdvancedFilesEndpointProducerBuilder
-
Uses of FilesEndpointBuilderFactory.AdvancedFilesEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of FilesEndpointBuilderFactory.AdvancedFilesEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the Azure Files component.Methods in org.apache.camel.builder.endpoint.dsl that return FilesEndpointBuilderFactory.AdvancedFilesEndpointProducerBuilderModifier and TypeMethodDescriptionFilesEndpointBuilderFactory.FilesEndpointProducerBuilder.advanced()FilesEndpointBuilderFactory.AdvancedFilesEndpointProducerBuilder.allowNullBody(boolean allowNullBody) Used to specify if a null body is allowed during file writing.FilesEndpointBuilderFactory.AdvancedFilesEndpointProducerBuilder.allowNullBody(String allowNullBody) Used to specify if a null body is allowed during file writing.FilesEndpointBuilderFactory.AdvancedFilesEndpointProducerBuilder.autoCreate(boolean autoCreate) Automatically create missing directories in the file's pathname.FilesEndpointBuilderFactory.AdvancedFilesEndpointProducerBuilder.autoCreate(String autoCreate) Automatically create missing directories in the file's pathname.FilesEndpointBuilderFactory.AdvancedFilesEndpointProducerBuilder.connectTimeout(int connectTimeout) Sets the connect timeout for waiting for a connection to be established Used by both FTPClient and JSCH.FilesEndpointBuilderFactory.AdvancedFilesEndpointProducerBuilder.connectTimeout(String connectTimeout) Sets the connect timeout for waiting for a connection to be established Used by both FTPClient and JSCH.FilesEndpointBuilderFactory.AdvancedFilesEndpointProducerBuilder.disconnectOnBatchComplete(boolean disconnectOnBatchComplete) Whether or not to disconnect from remote FTP server right after a Batch upload is complete.FilesEndpointBuilderFactory.AdvancedFilesEndpointProducerBuilder.disconnectOnBatchComplete(String disconnectOnBatchComplete) Whether or not to disconnect from remote FTP server right after a Batch upload is complete.FilesEndpointBuilderFactory.AdvancedFilesEndpointProducerBuilder.eagerDeleteTargetFile(boolean eagerDeleteTargetFile) Whether or not to eagerly delete any existing target file.FilesEndpointBuilderFactory.AdvancedFilesEndpointProducerBuilder.eagerDeleteTargetFile(String eagerDeleteTargetFile) Whether or not to eagerly delete any existing target file.FilesEndpointBuilderFactory.AdvancedFilesEndpointProducerBuilder.keepLastModified(boolean keepLastModified) Will keep the last modified timestamp from the source file (if any).FilesEndpointBuilderFactory.AdvancedFilesEndpointProducerBuilder.keepLastModified(String keepLastModified) Will keep the last modified timestamp from the source file (if any).FilesEndpointBuilderFactory.AdvancedFilesEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).FilesEndpointBuilderFactory.AdvancedFilesEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).FilesEndpointBuilderFactory.AdvancedFilesEndpointProducerBuilder.maximumReconnectAttempts(int maximumReconnectAttempts) Specifies the maximum reconnect attempts Camel performs when it tries to connect to the remote FTP server.FilesEndpointBuilderFactory.AdvancedFilesEndpointProducerBuilder.maximumReconnectAttempts(String maximumReconnectAttempts) Specifies the maximum reconnect attempts Camel performs when it tries to connect to the remote FTP server.FilesEndpointBuilderFactory.AdvancedFilesEndpointProducerBuilder.moveExistingFileStrategy(String moveExistingFileStrategy) Strategy (Custom Strategy) used to move file with special naming token to use when fileExist=Move is configured.FilesEndpointBuilderFactory.AdvancedFilesEndpointProducerBuilder.moveExistingFileStrategy(org.apache.camel.component.file.strategy.FileMoveExistingStrategy moveExistingFileStrategy) Strategy (Custom Strategy) used to move file with special naming token to use when fileExist=Move is configured.FilesEndpointBuilderFactory.AdvancedFilesEndpointProducerBuilder.reconnectDelay(long reconnectDelay) Delay in millis Camel will wait before performing a reconnect attempt.FilesEndpointBuilderFactory.AdvancedFilesEndpointProducerBuilder.reconnectDelay(String reconnectDelay) Delay in millis Camel will wait before performing a reconnect attempt.FilesEndpointBuilderFactory.AdvancedFilesEndpointProducerBuilder.throwExceptionOnConnectFailed(boolean throwExceptionOnConnectFailed) Should an exception be thrown if connection failed (exhausted)By default exception is not thrown and a WARN is logged.FilesEndpointBuilderFactory.AdvancedFilesEndpointProducerBuilder.throwExceptionOnConnectFailed(String throwExceptionOnConnectFailed) Should an exception be thrown if connection failed (exhausted)By default exception is not thrown and a WARN is logged.FilesEndpointBuilderFactory.AdvancedFilesEndpointProducerBuilder.timeout(int timeout) Sets the data timeout for waiting for reply Used only by FTPClient.Sets the data timeout for waiting for reply Used only by FTPClient.