Class ProcessorLibrary.Trace

java.lang.Object
com.yahoo.component.AbstractComponent
com.yahoo.component.chain.ChainedComponent
com.yahoo.processing.Processor
com.yahoo.processing.test.ProcessorLibrary.Trace
All Implemented Interfaces:
com.yahoo.component.Component, com.yahoo.component.Deconstructable, Comparable<com.yahoo.component.Component>
Enclosing class:
ProcessorLibrary

public static class ProcessorLibrary.Trace extends Processor
Adds a the given trace message at the given trace level
  • Constructor Details

    • Trace

      public Trace(String traceMessage, int traceLevel)
  • Method Details

    • process

      public Response process(Request request, Execution execution)
      Description copied from class: Processor
      Performs a processing request and returns the response
      Specified by:
      process in class Processor
      Returns:
      a Response instance - never null - containing the data produced by this processor and those it forwards the request to