Class CompositeRecordWriterListener<P>

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

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