Uses of Enum Class
io.helidon.tracing.SpanProcessorType
Packages that use SpanProcessorType
-
Uses of SpanProcessorType in io.helidon.tracing
Methods in io.helidon.tracing that return SpanProcessorTypeModifier and TypeMethodDescriptionExtendedTracerConfig.BuilderBase.ExtendedTracerConfigImpl.spanProcessorType()ExtendedTracerConfig.BuilderBase.spanProcessorType()Type of span processor for accumulating spans before transmission to the tracing collector.ExtendedTracerConfig.spanProcessorType()Type of span processor for accumulating spans before transmission to the tracing collector.static SpanProcessorTypeReturns the enum constant of this class with the specified name.static SpanProcessorType[]SpanProcessorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.tracing with parameters of type SpanProcessorTypeModifier and TypeMethodDescriptionExtendedTracerConfig.BuilderBase.spanProcessorType(SpanProcessorType spanProcessorType) Type of span processor for accumulating spans before transmission to the tracing collector.