Uses of Class
org.springframework.integration.smb.dsl.SmbStreamingInboundChannelAdapterSpec
Package
Description
Provides SMB Components for the Java DSL.
-
Uses of SmbStreamingInboundChannelAdapterSpec in org.springframework.integration.smb.dsl
Modifier and TypeMethodDescriptionSmb.inboundStreamingAdapter
(RemoteFileTemplate<jcifs.smb.SmbFile> remoteFileTemplate) ASmbStreamingInboundChannelAdapterSpec
factory for an inbound channel adapter spec.Smb.inboundStreamingAdapter
(RemoteFileTemplate<jcifs.smb.SmbFile> remoteFileTemplate, Comparator<jcifs.smb.SmbFile> receptionOrderComparator) ASmbStreamingInboundChannelAdapterSpec
factory for an inbound channel adapter spec.SmbStreamingInboundChannelAdapterSpec.patternFilter
(String pattern) Specify a simple pattern to match remote files (e.g.SmbStreamingInboundChannelAdapterSpec.regexFilter
(String regex) Specify a regular expression to match remote files (e.g.