Class ProcessingHandler<CHAINS extends Chains<?>>

java.lang.Object
com.yahoo.config.model.producer.AbstractConfigProducer<CHILD>
com.yahoo.vespa.model.container.component.Component<Component<?,?>,com.yahoo.osgi.provider.model.ComponentModel>
com.yahoo.vespa.model.container.component.Handler
com.yahoo.vespa.model.container.component.chain.ProcessingHandler<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