Module brave

Interface Propagation.Getter<C,​K>

  • Enclosing interface:
    Propagation<K>

    public static interface Propagation.Getter<C,​K>
    Gets the first value of the given propagation key or returns null
    • Method Detail

      • get

        @Nullable
        java.lang.String get​(C carrier,
                             K key)