Class Client

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

public class Client extends TreeConfigProducer<AnyConfigProducer>
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:
  • Constructor Details

    • Client

      public Client(TreeConfigProducer<? super Client> parent)
      Constructs a client config producer that is added as a child to the given config producer.
      Parameters:
      parent - The parent config producer.