Uses of Interface
org.apache.camel.builder.endpoint.dsl.SmbEndpointBuilderFactory.SmbEndpointConsumerBuilder
Packages that use SmbEndpointBuilderFactory.SmbEndpointConsumerBuilder
-
Uses of SmbEndpointBuilderFactory.SmbEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of SmbEndpointBuilderFactory.SmbEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the SMB component.Methods in org.apache.camel.builder.endpoint.dsl that return SmbEndpointBuilderFactory.SmbEndpointConsumerBuilderModifier and TypeMethodDescriptionSmbEndpointBuilderFactory.AdvancedSmbEndpointConsumerBuilder.basic()The user domain.SmbEndpointBuilderFactory.SmbEndpointConsumerBuilder.idempotentRepository(String idempotentRepository) A pluggable repository org.apache.camel.spi.IdempotentRepository which by default use MemoryIdempotentRepository if none is specified and idempotent is true.SmbEndpointBuilderFactory.SmbEndpointConsumerBuilder.idempotentRepository(org.apache.camel.spi.IdempotentRepository idempotentRepository) A pluggable repository org.apache.camel.spi.IdempotentRepository which by default use MemoryIdempotentRepository if none is specified and idempotent is true.The password to access the share.The path, within the share, to consume the files from.SmbEndpointBuilderFactory.SmbEndpointConsumerBuilder.searchPattern(String searchPattern) The search pattern used to list the files.An optional SMB I/O bean to use to setup the file access attributes when reading/writing a file.SmbEndpointBuilderFactory.SmbEndpointConsumerBuilder.smbIoBean(org.apache.camel.component.smb.SmbIOBean smbIoBean) An optional SMB I/O bean to use to setup the file access attributes when reading/writing a file.The username required to access the share.