Uses of Package
org.springframework.integration.file
Package
Description
Base package for File support.
Provides classes for configuration - parsers, namespace handlers, factory beans.
Provides File Components support for Spring Integration Java DSL.
Provides classes supporting file locking.
Base package for supporting remote files.
Provides classes supporting remote file gateways.
Provides classes supporting remote file message handlers.
Provides classes supporting the synchronization of remote and
local file directories.
-
ClassDescriptionDefault directory scanner and base class for other directory scanners.Strategy for scanning directories.A FileLocker is a strategy that can ensure that files are only processed a single time.Strategy interface for generating a file name from a message.When using
FileExistsMode.APPEND_NO_FLUSH
, an implementation of this interface is called for each file that has pending data to flush and close whenFileWritingMessageHandler.flushIfNeeded(FlushPredicate)
is invoked.When usingFileExistsMode.APPEND_NO_FLUSH
an implementation of this interface is called for each file that has pending data to flush when a trigger message is received. -
ClassDescriptionStrategy for scanning directories.Strategy interface for generating a file name from a message.
MessageSource
that creates messages from a file system directory.AMessageHandler
implementation that writes the Message payload to a file.When usingFileExistsMode.APPEND_NO_FLUSH
an implementation of this interface is called for each file that has pending data to flush when a trigger message is received. -
ClassDescriptionStrategy for scanning directories.A FileLocker is a strategy that can ensure that files are only processed a single time.Strategy interface for generating a file name from a message.When using
FileExistsMode.APPEND_NO_FLUSH
an implementation of this interface is called for each file that has pending data to flush when a trigger message is received. -
ClassDescriptionA FileLocker is a strategy that can ensure that files are only processed a single time.
-
-
-
-