Interface SmbComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface SmbComponentBuilderFactory
Receive files from SMB (Server Message Block) shares. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
SmbComponentBuilderFactory.SmbComponentBuilder
Builder for the SMB component.static class
SmbComponentBuilderFactory.SmbComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static SmbComponentBuilderFactory.SmbComponentBuilder
smb()
SMB (camel-smb) Receive files from SMB (Server Message Block) shares.
-
-
-
Method Detail
-
smb
static SmbComponentBuilderFactory.SmbComponentBuilder smb()
SMB (camel-smb) Receive files from SMB (Server Message Block) shares. Category: file Since: 3.22 Maven coordinates: org.apache.camel:camel-smb- Returns:
- the dsl builder
-
-