Packages

final class FileTailSource extends AnyRef

Java API

Read the entire contents of a file, and then when the end is reached, keep reading newly appended data. Like the unix command tail -f.

Aborting the stage can be done by combining with a org.apache.pekko.stream.KillSwitch

To use the stage from Scala see the factory methods in org.apache.pekko.stream.connectors.file.scaladsl.FileTailSource

Source
FileTailSource.java
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FileTailSource
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new FileTailSource()