Interface Matchers.Matcher

Enclosing class:
Matchers

public static interface Matchers.Matcher
The matcher interface for checking if timeout handling is disabled for the handler. Matching is based on the class name of the event handler.
  • Method Summary

    Modifier and Type Method Description
    boolean match​(java.lang.String className)  
  • Method Details

    • match

      boolean match​(java.lang.String className)