Uses of Interface
org.apache.camel.builder.endpoint.dsl.SmbEndpointBuilderFactory.AdvancedSmbEndpointProducerBuilder
Packages that use SmbEndpointBuilderFactory.AdvancedSmbEndpointProducerBuilder
-
Uses of SmbEndpointBuilderFactory.AdvancedSmbEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of SmbEndpointBuilderFactory.AdvancedSmbEndpointProducerBuilder 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.AdvancedSmbEndpointProducerBuilderModifier and TypeMethodDescriptionSmbEndpointBuilderFactory.SmbEndpointProducerBuilder.advanced()SmbEndpointBuilderFactory.AdvancedSmbEndpointProducerBuilder.idempotentRepository(String idempotentRepository) A pluggable repository org.apache.camel.spi.IdempotentRepository which by default use MemoryIdempotentRepository if none is specified.SmbEndpointBuilderFactory.AdvancedSmbEndpointProducerBuilder.idempotentRepository(org.apache.camel.spi.IdempotentRepository idempotentRepository) A pluggable repository org.apache.camel.spi.IdempotentRepository which by default use MemoryIdempotentRepository if none is specified.SmbEndpointBuilderFactory.AdvancedSmbEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).SmbEndpointBuilderFactory.AdvancedSmbEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).SmbEndpointBuilderFactory.AdvancedSmbEndpointProducerBuilder.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.An optional SMB I/O bean to use to setup the file access attributes when reading/writing a file.SmbEndpointBuilderFactory.AdvancedSmbEndpointProducerBuilder.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.