Interface ConfigSubscriber.SingleSubscriber<T extends com.yahoo.config.ConfigInstance>

Enclosing class:
ConfigSubscriber

public static interface ConfigSubscriber.SingleSubscriber<T extends com.yahoo.config.ConfigInstance>
Convenience interface for clients who only subscribe to one config. Implement this, and pass it to ConfigSubscriber.subscribe(SingleSubscriber, Class, String).
Author:
vegardh
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(T config)
     
  • Method Details

    • configure

      void configure(T config)