Class ChainsConfigurer

java.lang.Object
com.yahoo.component.chain.ChainsConfigurer

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

    • ChainsConfigurer

      public ChainsConfigurer()
  • Method Details

    • 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)