Uses of Interface
org.springframework.integration.file.outbound.FileWritingMessageHandler.FlushPredicate
Packages that use FileWritingMessageHandler.FlushPredicate
Package
Description
Inbound channel adapters for file system.
-
Uses of FileWritingMessageHandler.FlushPredicate in org.springframework.integration.file.outbound
Methods in org.springframework.integration.file.outbound with parameters of type FileWritingMessageHandler.FlushPredicateModifier and TypeMethodDescriptionvoid
FileWritingMessageHandler.flushIfNeeded
(FileWritingMessageHandler.FlushPredicate flushPredicate) When usingFileExistsMode.APPEND_NO_FLUSH
you can invoke this method to selectively flush and close open files.