Interface RecordFilter<R>

    • Method Detail

      • processRecord

        Record<R> processRecord​(Record<R> record)
        Filter a record.
        Specified by:
        processRecord in interface RecordProcessor<R,​R>
        Parameters:
        record - the record to filter.
        Returns:
        the input record if it should continue in the pipeline or null if the record should be filtered