Interface Propagation.RemoteSetter<R>

Type Parameters:
R - usually Request, such as an HTTP server request or message
All Superinterfaces:
Propagation.Setter<R,​String>
Enclosing interface:
Propagation<K>

public static interface Propagation.RemoteSetter<R>
extends Propagation.Setter<R,​String>
Used as an input to Propagation.injector(Setter) inject the trace context and any baggage as propagated fields.
Since:
5.12
See Also:
Propagation.RemoteGetter