Module brave
Package brave.sampler

Interface DeclarativeSampler.RateForMethod<M>

  • Enclosing class:
    DeclarativeSampler<M>

    public static interface DeclarativeSampler.RateForMethod<M>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Float get​(M method)
      Returns null if there's no configured rate for this method
    • Method Detail

      • get

        @Nullable
        java.lang.Float get​(M method)
        Returns null if there's no configured rate for this method