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 Summary

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