Module brave

Interface Propagation.Setter<C,​K>

  • Enclosing interface:
    Propagation<K>

    public static interface Propagation.Setter<C,​K>
    Replaces a propagated key with the given value
    • Method Detail

      • put

        void put​(C carrier,
                 K key,
                 java.lang.String value)