Class ScopingConfig.BuilderBase.ScopingConfigImpl

java.lang.Object
io.helidon.metrics.api.ScopingConfig.BuilderBase.ScopingConfigImpl
All Implemented Interfaces:
Prototype.Api, ScopingConfig
Enclosing class:
ScopingConfig.BuilderBase<BUILDER extends ScopingConfig.BuilderBase<BUILDER,PROTOTYPE>,PROTOTYPE extends ScopingConfig>

protected static class ScopingConfig.BuilderBase.ScopingConfigImpl extends Object implements ScopingConfig
Generated implementation of the prototype, can be extended by descendant prototype implementations.
  • Field Details

    • SCOPE_TAG_NAME_DEFAULT

      static final String SCOPE_TAG_NAME_DEFAULT
      Default tag name for recording a meter's scope as a tag.
      See Also:
  • Constructor Details

    • ScopingConfigImpl

      protected ScopingConfigImpl(ScopingConfig.BuilderBase<?,?> builder)
      Create an instance providing a builder.
      Parameters:
      builder - extending builder base of this prototype
  • Method Details