Class ChainsConfigurer


  • public class ChainsConfigurer
    extends Object
    Configures a registry of chains.
    Author:
    bratseth, gjoranv
    • Constructor Detail

      • ChainsConfigurer

        public ChainsConfigurer()
    • Method Detail

      • prepareChainRegistry

        public static <COMPONENT extends ChainedComponent> void prepareChainRegistry​(com.yahoo.component.provider.ComponentRegistry<Chain<COMPONENT>> registry,
                                                                                     ChainsModel model,
                                                                                     com.yahoo.component.provider.ComponentRegistry<COMPONENT> allComponents)