Uses of Enum
io.envoyproxy.envoy.config.trace.v3.ZipkinConfig.TraceContextOption
Packages that use ZipkinConfig.TraceContextOption
-
Uses of ZipkinConfig.TraceContextOption in io.envoyproxy.envoy.config.trace.v3
Methods in io.envoyproxy.envoy.config.trace.v3 that return ZipkinConfig.TraceContextOptionModifier and TypeMethodDescriptionZipkinConfig.TraceContextOption.forNumber(int value) ZipkinConfig.Builder.getTraceContextOption()Determines which trace context format to use for trace header extraction and propagation.ZipkinConfig.getTraceContextOption()Determines which trace context format to use for trace header extraction and propagation.ZipkinConfigOrBuilder.getTraceContextOption()Determines which trace context format to use for trace header extraction and propagation.ZipkinConfig.TraceContextOption.valueOf(int value) Deprecated.ZipkinConfig.TraceContextOption.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.static ZipkinConfig.TraceContextOption[]ZipkinConfig.TraceContextOption.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.config.trace.v3 that return types with arguments of type ZipkinConfig.TraceContextOptionModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ZipkinConfig.TraceContextOption>ZipkinConfig.TraceContextOption.internalGetValueMap()Methods in io.envoyproxy.envoy.config.trace.v3 with parameters of type ZipkinConfig.TraceContextOptionModifier and TypeMethodDescriptionZipkinConfig.Builder.setTraceContextOption(ZipkinConfig.TraceContextOption value) Determines which trace context format to use for trace header extraction and propagation.