Uses of Interface
org.springframework.integration.file.FileLocker
Packages that use FileLocker
Package
Description
Base package for File support.
Provides File Components support for Spring Integration Java DSL.
Provides classes supporting file locking.
-
Uses of FileLocker in org.springframework.integration.file
Methods in org.springframework.integration.file that return FileLockerMethods in org.springframework.integration.file with parameters of type FileLockerModifier and TypeMethodDescriptionfinal void
DefaultDirectoryScanner.setLocker
(FileLocker locker) void
DirectoryScanner.setLocker
(FileLocker locker) Sets a custom locker to be used by this scanner.void
FileReadingMessageSource.setLocker
(FileLocker locker) Set aFileLocker
to be used to guard files against duplicate processing. -
Uses of FileLocker in org.springframework.integration.file.dsl
Methods in org.springframework.integration.file.dsl with parameters of type FileLockerModifier and TypeMethodDescriptionFileInboundChannelAdapterSpec.locker
(FileLocker locker) Set aFileLocker
to be used to guard files against duplicate processing. -
Uses of FileLocker in org.springframework.integration.file.locking
Classes in org.springframework.integration.file.locking that implement FileLockerModifier and TypeClassDescriptionclass
Convenience base class for implementing FileLockers that check a lock before accepting a file.class
File locking strategy that uses java.nio.