Class RequestsSummaryConsumer

All Implemented Interfaces:
SampleConsumer, SampleProcessor, SampleProducer

public class RequestsSummaryConsumer extends AbstractSampleConsumer

The class GrapherConsumer provides a consumer that count succeeded and failed samples.

Since:
3.0
  • Constructor Details

    • RequestsSummaryConsumer

      public RequestsSummaryConsumer()
  • Method Details

    • startConsuming

      public void startConsuming()
      Description copied from interface: SampleConsumer
      Start the sample consuming. This step is used by consumer to initialize their process.
    • consume

      public void consume(Sample sample, int channel)
      Description copied from interface: SampleConsumer
      Consumes the specified sample ton the specified channel.
      Parameters:
      sample - The sample to be consumed
      channel - The channel on which the sample is consumed
    • stopConsuming

      public void stopConsuming()
      Description copied from interface: SampleConsumer
      Stops the consuming process. No sample will be processed after this service has been called.