Class ChainRegistry<T extends ChainedComponent>

java.lang.Object
com.yahoo.component.provider.ComponentRegistry<Chain<T>>
com.yahoo.processing.execution.chain.ChainRegistry<T>

public class ChainRegistry<T extends ChainedComponent> extends com.yahoo.component.provider.ComponentRegistry<Chain<T>>
A registry of chains
Author:
Tony Vaagenes
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class com.yahoo.component.provider.ComponentRegistry

    allComponents, allComponentsById, findBestMatch, freeze, getComponent, getComponent, getComponent, getComponentCount, isFrozen, register, singleton, unregister

    Methods inherited from class java.lang.Object

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

    • ChainRegistry

      public ChainRegistry()