Interface Tailer

All Superinterfaces:
Runnable
All Known Implementing Classes:
StatefulTailer

public interface Tailer extends Runnable
Interface for classes which stream data from files (or other sources). Based on Apache Tailer but implemented as an interface to improve extensibility.
Author:
Brandon Arp (brandon dot arp at inscopemetrics dot io)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Stop the Tailer instance.

    Methods inherited from interface java.lang.Runnable

    run
  • Method Details

    • stop

      void stop()
      Stop the Tailer instance.