Uses of Interface
org.springframework.integration.file.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
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
Convenience base class for implementing FileLockers that check a lock before accepting a file.class
File locking strategy that uses java.nio.