Java org.springframework.integration.file FileReadingMessageSource fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration.file FileReadingMessageSource fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.integration.file FileReadingMessageSource.

The text is from its open source code.

Constructor

FileReadingMessageSource()
Creates a FileReadingMessageSource with a naturally ordered queue of unbounded capacity.
FileReadingMessageSource(int internalQueueCapacity)
Creates a FileReadingMessageSource with a bounded queue of the given capacity.
FileReadingMessageSource(@Nullable Comparator receptionOrderComparator)
Creates a FileReadingMessageSource with a PriorityBlockingQueue ordered with the passed in Comparator .

Method

voidsetAutoCreateDirectory(boolean autoCreateDirectory)
Specify whether to create the source directory automatically if it does not yet exist upon initialization.
voidsetDirectory(File directory)
Specify the input directory.
voidsetFilter(FileListFilter filter)
Sets a FileListFilter .
voidsetLocker(FileLocker locker)
Optional.