Interface IEntryCallAcceptanceMatcher

All Known Implementing Classes:
GenericEntryCallAcceptanceMatcher

public interface IEntryCallAcceptanceMatcher
Interface for EntryCallEvent acceptance matcher. Not every EntryCallEvent might represent and relevant behavior trace. For example, returning images or CSS is usually not part of the user behavior which is relevant to us. Therefore, such matcher can be passed to the TraceAcceptanceFilter to which then only forwards accepted calls.
Since:
2.0.0
Author:
Reiner Jung
  • Method Summary

    Modifier and Type Method Description
    boolean match​(EntryCallEvent call)
    Match whether the call is correct of interest for the application.
  • Method Details

    • match

      boolean match​(EntryCallEvent call)
      Match whether the call is correct of interest for the application.
      Parameters:
      call - one entry call event
      Returns:
      true on success