Package com.yahoo.component.chain
Class ChainsConfigurer
- java.lang.Object
-
- com.yahoo.component.chain.ChainsConfigurer
-
public class ChainsConfigurer extends java.lang.Object
Configures a registry of chains.- Author:
- bratseth, gjoranv
-
-
Constructor Summary
Constructors Constructor Description ChainsConfigurer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <COMPONENT extends ChainedComponent>
voidprepareChainRegistry(com.yahoo.component.provider.ComponentRegistry<Chain<COMPONENT>> registry, com.yahoo.component.chain.model.ChainsModel model, com.yahoo.component.provider.ComponentRegistry<COMPONENT> allComponents)
-
-
-
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)
-
-