Interface IntegrityEvent

    • Method Detail

      • checkIntegrity

        void checkIntegrity​(java.util.List<IntegrityRecord> eventResults)
        Checks integrity pertinent to the event
        Parameters:
        eventResults - the list of event results that can be added to
      • getTraces

        java.util.List<java.lang.StackTraceElement[]> getTraces()
      • addTrace

        void addTrace​(java.lang.StackTraceElement[] trace)