Class LineageStream

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void collect​(java.lang.String eventAsString)
      Ths is the method that is called when a new lineage event is emitted from the data platform.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • collect

        public abstract void collect​(java.lang.String eventAsString)
        Ths is the method that is called when a new lineage event is emitted from the data platform. The specific destination class implements this method with the logic to send the event to its supported destination.
        Parameters:
        eventAsString - the OpenLineage event as a {code string} value