Class SpanExporterConfig.BuilderBase<BUILDER extends SpanExporterConfig.BuilderBase<BUILDER,PROTOTYPE>,PROTOTYPE extends SpanExporterConfig>

java.lang.Object
io.helidon.telemetry.otelconfig.SpanExporterConfig.BuilderBase<BUILDER,PROTOTYPE>
Type Parameters:
BUILDER - type of the builder extending this abstract builder
PROTOTYPE - type of the prototype interface that would be built by Prototype.Builder.buildPrototype()
All Implemented Interfaces:
Prototype.Builder<BUILDER,PROTOTYPE>, ConfigBuilderSupport.ConfiguredBuilder<BUILDER,PROTOTYPE>, ConfigBuilderSupport.ConfiguredBuilder<BUILDER,PROTOTYPE>
Direct Known Subclasses:
SpanExporterConfig.Builder
Enclosing interface:
SpanExporterConfig

public abstract static class SpanExporterConfig.BuilderBase<BUILDER extends SpanExporterConfig.BuilderBase<BUILDER,PROTOTYPE>,PROTOTYPE extends SpanExporterConfig> extends Object implements ConfigBuilderSupport.ConfiguredBuilder<BUILDER,PROTOTYPE>
Fluent API builder base for SpanExporterConfig.
  • Constructor Details

    • BuilderBase

      protected BuilderBase()
      Protected to support extensibility.
  • Method Details