Uses of Interface
io.helidon.tracing.HeaderProvider
Packages that use HeaderProvider
-
Uses of HeaderProvider in io.helidon.tracing
Subinterfaces of HeaderProvider in io.helidon.tracingModifier and TypeInterfaceDescriptioninterfaceAPI used to configure headers when propagating tracing information across service boundaries.Methods in io.helidon.tracing that return HeaderProviderModifier and TypeMethodDescriptionstatic HeaderProviderHeader provider from an existing map of headers (can be read only).static HeaderProviderHeaderProvider.empty()Empty headers.Methods in io.helidon.tracing with parameters of type HeaderProviderModifier and TypeMethodDescriptionTracer.extract(HeaderProvider headersProvider) Extract parent span context from inbound request, such as from HTTP headers.voidTracer.inject(SpanContext spanContext, HeaderProvider inboundHeadersProvider, HeaderConsumer outboundHeadersConsumer) Inject current span as a parent for outbound request, such as when invoking HTTP request from a client.