Package org.springframework.integration.file.outbound
@NullMarked
package org.springframework.integration.file.outbound
Inbound channel adapters for file system.
-
ClassDescriptionA
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 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.