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 Summary

    Modifier and Type Method Description
    void put​(C carrier, K key, String value)  
  • Method Details