Uses of Package
org.springframework.integration.file.outbound
Packages that use org.springframework.integration.file.outbound
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.
Inbound channel adapters for file system.
-
Classes in org.springframework.integration.file.outbound used by org.springframework.integration.file
-
Classes in org.springframework.integration.file.outbound used by org.springframework.integration.file.configClassDescriptionA
MessageHandler
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. -
Classes in org.springframework.integration.file.outbound used by org.springframework.integration.file.dslClassDescriptionA
MessageHandler
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. -
Classes in org.springframework.integration.file.outbound used by org.springframework.integration.file.outboundClassDescriptionWhen 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.