Packages

package javadsl

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final class Directory extends AnyRef
  2. final class DirectoryChangesSource extends AnyRef

    Watches a file system directory and streams change events from it.

    Watches a file system directory and streams change events from it.

    Note that the JDK watcher is notoriously slow on some platform (up to 1s after event actually happened on OSX for example)

  3. final class FileTailSource extends AnyRef

    Java API

    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 akka.stream.KillSwitch

    To use the stage from Scala see the factory methods in akka.stream.alpakka.file.scaladsl.FileTailSource

Value Members

  1. object LogRotatorSink

    Java API.

Ungrouped