Uses of Interface
org.apache.camel.builder.endpoint.dsl.SmbEndpointBuilderFactory.AdvancedSmbEndpointConsumerBuilder
Packages that use SmbEndpointBuilderFactory.AdvancedSmbEndpointConsumerBuilder
-
Uses of SmbEndpointBuilderFactory.AdvancedSmbEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of SmbEndpointBuilderFactory.AdvancedSmbEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the SMB component.Methods in org.apache.camel.builder.endpoint.dsl that return SmbEndpointBuilderFactory.AdvancedSmbEndpointConsumerBuilderModifier and TypeMethodDescriptionSmbEndpointBuilderFactory.SmbEndpointConsumerBuilder.advanced()SmbEndpointBuilderFactory.AdvancedSmbEndpointConsumerBuilder.autoCreate(boolean autoCreate) Automatically create missing directories in the file's pathname.SmbEndpointBuilderFactory.AdvancedSmbEndpointConsumerBuilder.autoCreate(String autoCreate) Automatically create missing directories in the file's pathname.SmbEndpointBuilderFactory.AdvancedSmbEndpointConsumerBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.SmbEndpointBuilderFactory.AdvancedSmbEndpointConsumerBuilder.bridgeErrorHandler(String bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.SmbEndpointBuilderFactory.AdvancedSmbEndpointConsumerBuilder.browseLimit(int browseLimit) Maximum number of messages to keep in memory available for browsing.SmbEndpointBuilderFactory.AdvancedSmbEndpointConsumerBuilder.browseLimit(String browseLimit) Maximum number of messages to keep in memory available for browsing.SmbEndpointBuilderFactory.AdvancedSmbEndpointConsumerBuilder.bufferSize(int bufferSize) Buffer size in bytes used for writing files (or in case of FTP for downloading and uploading files).SmbEndpointBuilderFactory.AdvancedSmbEndpointConsumerBuilder.bufferSize(String bufferSize) Buffer size in bytes used for writing files (or in case of FTP for downloading and uploading files).SmbEndpointBuilderFactory.AdvancedSmbEndpointConsumerBuilder.download(boolean download) Whether the SMB consumer should download the file.Whether the SMB consumer should download the file.SmbEndpointBuilderFactory.AdvancedSmbEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.SmbEndpointBuilderFactory.AdvancedSmbEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.SmbEndpointBuilderFactory.AdvancedSmbEndpointConsumerBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.SmbEndpointBuilderFactory.AdvancedSmbEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.SmbEndpointBuilderFactory.AdvancedSmbEndpointConsumerBuilder.inProgressRepository(String inProgressRepository) A pluggable in-progress repository org.apache.camel.spi.IdempotentRepository.SmbEndpointBuilderFactory.AdvancedSmbEndpointConsumerBuilder.inProgressRepository(org.apache.camel.spi.IdempotentRepository inProgressRepository) A pluggable in-progress repository org.apache.camel.spi.IdempotentRepository.SmbEndpointBuilderFactory.AdvancedSmbEndpointConsumerBuilder.localWorkDirectory(String localWorkDirectory) When consuming, a local work directory can be used to store the remote file content directly in local files, to avoid loading the content into memory.SmbEndpointBuilderFactory.AdvancedSmbEndpointConsumerBuilder.onCompletionExceptionHandler(String onCompletionExceptionHandler) To use a custom org.apache.camel.spi.ExceptionHandler to handle any thrown exceptions that happens during the file on completion process where the consumer does either a commit or rollback.SmbEndpointBuilderFactory.AdvancedSmbEndpointConsumerBuilder.onCompletionExceptionHandler(org.apache.camel.spi.ExceptionHandler onCompletionExceptionHandler) To use a custom org.apache.camel.spi.ExceptionHandler to handle any thrown exceptions that happens during the file on completion process where the consumer does either a commit or rollback.SmbEndpointBuilderFactory.AdvancedSmbEndpointConsumerBuilder.pollStrategy(String pollStrategy) A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing you to provide your custom implementation to control error handling usually occurred during the poll operation before an Exchange have been created and being routed in Camel.SmbEndpointBuilderFactory.AdvancedSmbEndpointConsumerBuilder.pollStrategy(org.apache.camel.spi.PollingConsumerPollStrategy pollStrategy) A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing you to provide your custom implementation to control error handling usually occurred during the poll operation before an Exchange have been created and being routed in Camel.SmbEndpointBuilderFactory.AdvancedSmbEndpointConsumerBuilder.processStrategy(String processStrategy) A pluggable org.apache.camel.component.file.GenericFileProcessStrategy allowing you to implement your own readLock option or similar.SmbEndpointBuilderFactory.AdvancedSmbEndpointConsumerBuilder.processStrategy(org.apache.camel.component.file.GenericFileProcessStrategy<com.hierynomus.msfscc.fileinformation.FileIdBothDirectoryInformation> processStrategy) A pluggable org.apache.camel.component.file.GenericFileProcessStrategy allowing you to implement your own readLock option or similar.SmbEndpointBuilderFactory.AdvancedSmbEndpointConsumerBuilder.smbConfig(com.hierynomus.smbj.SmbConfig smbConfig) An optional SMB client configuration, can be used to configure client specific configurations, like timeouts.An optional SMB client configuration, can be used to configure client specific configurations, like timeouts.SmbEndpointBuilderFactory.AdvancedSmbEndpointConsumerBuilder.startingDirectoryMustExist(boolean startingDirectoryMustExist) Whether the starting directory must exist.SmbEndpointBuilderFactory.AdvancedSmbEndpointConsumerBuilder.startingDirectoryMustExist(String startingDirectoryMustExist) Whether the starting directory must exist.SmbEndpointBuilderFactory.AdvancedSmbEndpointConsumerBuilder.throwExceptionOnConnectFailed(boolean throwExceptionOnConnectFailed) Should an exception be thrown if connection failed (exhausted).SmbEndpointBuilderFactory.AdvancedSmbEndpointConsumerBuilder.throwExceptionOnConnectFailed(String throwExceptionOnConnectFailed) Should an exception be thrown if connection failed (exhausted).