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

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

Introduction

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

The text is from its open source code.

Subclass

org.springframework.integration.file.tail.FileTailingMessageProducerSupport has subclasses.
Click this link to see all its subclasses.

Method

voidafterPropertiesSet()
voidsetApplicationEventPublisher(ApplicationEventPublisher applicationEventPublisher)
voidsetFile(File file)
The name of the file you wish to tail.
voidsetOutputChannel(MessageChannel outputChannel)
voidsetTailAttemptsDelay(long tailAttemptsDelay)
The delay in milliseconds between attempts to tail a non-existent file, or between attempts to execute a process if it fails for any reason.
voidstart()