Class SimpleConfigProducer<T extends AnyConfigProducer>

All Implemented Interfaces:
com.yahoo.config.ConfigInstance.Producer, ConfigProducer, Serializable

public final class SimpleConfigProducer<T extends AnyConfigProducer> extends TreeConfigProducer<T>
Some configuration level with no special handling of its own.
Author:
arnej27959
See Also:
  • Constructor Details

    • SimpleConfigProducer

      public SimpleConfigProducer(TreeConfigProducer<?> parent, String configId)
      Creates a new instance
      Parameters:
      parent - parent ConfigProducer.
      configId - name of this instance
  • Method Details