Interface ERFListener

  • All Known Implementing Classes:
    ModelFactory

    public interface ERFListener
    An ERFListener is registered with the EventRecordFactory. An ERFListener listens for Records coming from the stream via the EventRecordFactory
    Author:
    Andrew C. Oliver acoliver@apache.org
    See Also:
    EventRecordFactory
    • Method Detail

      • processRecord

        boolean processRecord​(Record rec)
        Process a Record. This method is called by the EventRecordFactory when a record is returned.
        Returns:
        boolean specifying whether the effort was a success.