Class ChainsConfigurer


  • public class ChainsConfigurer
    extends java.lang.Object
    Configures a registry of chains.
    Author:
    bratseth, gjoranv
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <COMPONENT extends ChainedComponent>
      void
      prepareChainRegistry​(com.yahoo.component.provider.ComponentRegistry<Chain<COMPONENT>> registry, com.yahoo.component.chain.model.ChainsModel model, com.yahoo.component.provider.ComponentRegistry<COMPONENT> allComponents)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChainsConfigurer

        public ChainsConfigurer()
    • Method Detail

      • prepareChainRegistry

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