Example usage for org.springframework.integration.file.tail OSDelegatingFileTailingMessageProducer OSDelegatingFileTailingMessageProducer

List of usage examples for org.springframework.integration.file.tail OSDelegatingFileTailingMessageProducer OSDelegatingFileTailingMessageProducer

Introduction

In this page you can find the example usage for org.springframework.integration.file.tail OSDelegatingFileTailingMessageProducer OSDelegatingFileTailingMessageProducer.

Prototype

OSDelegatingFileTailingMessageProducer

Source Link

Usage

From source file:org.springframework.integration.file.tail.FileTailingMessageProducerTests.java

@Test
@TailAvailable// ww  w  . j a v  a2s  . c  om
public void testOS() throws Exception {
    OSDelegatingFileTailingMessageProducer adapter = new OSDelegatingFileTailingMessageProducer();
    adapter.setOptions(TAIL_OPTIONS_FOLLOW_NAME_MANY_LINES);
    testGuts(adapter, "reader");
}