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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidsetEnd(boolean end)
If true, tail from the end of the file, otherwise include all lines from the beginning.
voidsetPollingDelay(long pollingDelay)
The delay between checks of the file for new content in milliseconds.