Uses of Interface
org.openqa.selenium.remote.tracing.Propagator.Setter
-
Packages that use Propagator.Setter Package Description org.openqa.selenium.remote.tracing org.openqa.selenium.remote.tracing.empty -
-
Uses of Propagator.Setter in org.openqa.selenium.remote.tracing
Methods in org.openqa.selenium.remote.tracing with parameters of type Propagator.Setter Modifier and Type Method Description <C> void
Propagator. inject(TraceContext toInject, C carrier, Propagator.Setter<C> setter)
-
Uses of Propagator.Setter in org.openqa.selenium.remote.tracing.empty
Methods in org.openqa.selenium.remote.tracing.empty with parameters of type Propagator.Setter Modifier and Type Method Description <C> void
NullPropagator. inject(TraceContext toInject, C carrier, Propagator.Setter<C> setter)
-