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

java.lang.Object
io.helidon.telemetry.otelconfig.ProcessorConfig.BuilderBase<BUILDER,PROTOTYPE>
io.helidon.telemetry.otelconfig.BatchProcessorConfig.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:
BatchProcessorConfig.Builder
Enclosing interface:
BatchProcessorConfig

public abstract static class BatchProcessorConfig.BuilderBase<BUILDER extends BatchProcessorConfig.BuilderBase<BUILDER,PROTOTYPE>,PROTOTYPE extends BatchProcessorConfig> extends ProcessorConfig.BuilderBase<BUILDER,PROTOTYPE> implements ConfigBuilderSupport.ConfiguredBuilder<BUILDER,PROTOTYPE>
Fluent API builder base for BatchProcessorConfig.