Package brave.sampler

Interface Matcher<P>

  • All Known Implementing Classes:
    ParameterizedSampler.Rule

    public interface Matcher<P>
    Returns true if this rule matches the input parameters

    Implement #hashCode() and #equals(Object) if you want to replace existing rules by something besides object identity.

    Since:
    5.8
    See Also:
    Matchers
    • Method Detail

      • matches

        boolean matches​(P parameters)