Package brave.propagation
Interface Propagation.Setter<R,K>
-
- Type Parameters:
R- Usually, but not always, an instance ofRequest.K- Deprecated except when aString.
- All Known Subinterfaces:
Propagation.RemoteSetter<R>
- Enclosing interface:
- Propagation<K>
public static interface Propagation.Setter<R,K>Replaces a propagated key with the given value.- Since:
- 4.0
- See Also:
Propagation.RemoteSetter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidput(R request, K key, String value)
-