Class CompositeRecordReaderListener<P>

  • Type Parameters:
    P - type of the record's payload
    All Implemented Interfaces:
    RecordReaderListener<P>

    public class CompositeRecordReaderListener<P>
    extends java.lang.Object
    implements RecordReaderListener<P>
    Composite listener that delegates processing to other listeners.
    Author:
    Mahmoud Ben Hassine ([email protected])