Class LogFileDisappeared

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

public final class LogFileDisappeared extends Object
Message class to indicate a log file is not longer existent in the target path.
Author:
Mohammed Kamel (mkamel at groupon dot com))
  • Constructor Details

    • LogFileDisappeared

      public LogFileDisappeared(Path file)
      Public constructor.
      Parameters:
      file - The file path that's no longeravailable
  • Method Details

    • getFile

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

      public String toString()
      Overrides:
      toString in class Object