Class Client

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

    public class Client
    extends AbstractConfigProducer
    This is a placeholder config producer that makes global configuration available through a single identifier. This is added directly to the ApplicationConfigProducerRoot producer, and so can be accessed by the simple "client" identifier.
    Author:
    Simon Thoresen Hult
    See Also:
    Serialized Form
    • Constructor Detail

      • Client

        public Client​(AbstractConfigProducer parent)
        Constructs a client config producer that is added as a child to the given config producer.
        Parameters:
        parent - The parent config producer.