Class PullTracer

  • All Implemented Interfaces:
    PullProvider

    public class PullTracer
    extends PullFilter
    PullTracer is a PullFilter that can be inserted into a pull pipeline for diagnostic purposes. It traces all the events as they are read, writing details to System.err
    • Constructor Detail

      • PullTracer

        public PullTracer​(PullProvider base)
        Create a PullTracer
        Parameters:
        base - the PullProvider to which requests are to be passed