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