Interface AbnormalExit


public interface AbnormalExit
Marker interface for Sessions experiencing abnormal status
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Whether the current thread should be ignored from being marked as crashed, e.g.
    @Nullable String
    What was the mechanism this Session has abnormal'ed with
    @Nullable Long
    When exactly the abnormal exit happened
  • Method Details

    • mechanism

      @Nullable @Nullable String mechanism()
      What was the mechanism this Session has abnormal'ed with
    • ignoreCurrentThread

      boolean ignoreCurrentThread()
      Whether the current thread should be ignored from being marked as crashed, e.g. a watchdog
    • timestamp

      @Nullable @Nullable Long timestamp()
      When exactly the abnormal exit happened