Interface IOnLoadFilter


  • public interface IOnLoadFilter
    Filter used when loading a recording.
    • Method Detail

      • allowEventType

        boolean allowEventType​(String eventTypeId)
        Predicate for allowing an event type based on identifier.
        Parameters:
        eventTypeId - Event type identifier
        Returns:
        true if event type is allowed, false otherwise.