Class ProcessingHandler<CHAINS extends Chains<?>>

All Implemented Interfaces:
com.yahoo.config.ConfigInstance.Producer, com.yahoo.container.core.ChainsConfig.Producer, ConfigProducer, Serializable, Comparable<Component<?,?>>

public class ProcessingHandler<CHAINS extends Chains<?>> extends Handler implements com.yahoo.container.core.ChainsConfig.Producer
Represents a handler for processing chains.
Author:
gjoranv
See Also:
  • Field Details

  • Constructor Details

    • ProcessingHandler

      public ProcessingHandler(CHAINS chains, com.yahoo.container.bundle.BundleInstantiationSpecification spec)
    • ProcessingHandler

      public ProcessingHandler(CHAINS chains, com.yahoo.container.bundle.BundleInstantiationSpecification spec, ContainerThreadpool threadpool)
  • Method Details

    • getConfig

      public void getConfig(com.yahoo.container.core.ChainsConfig.Builder builder)
      Specified by:
      getConfig in interface com.yahoo.container.core.ChainsConfig.Producer