Class LogFileAppeared

java.lang.Object
com.arpnetworking.metrics.proxy.models.messages.LogFileAppeared

public final class LogFileAppeared extends Object
Message class to indicate a log file became existent in the expected path.
Author:
Mohammed Kamel (mkamel at groupon dot com))
  • Constructor Details

    • LogFileAppeared

      public LogFileAppeared(Path file)
      Public constructor.
      Parameters:
      file - The file path that's now available
  • Method Details

    • getFile

      public Path getFile()
      Gets the file path.
      Returns:
      the file path
    • toString

      public String toString()
      Overrides:
      toString in class Object