Class Present


  • public class Present
    extends java.lang.Object
    Emit the events into a data stream (opposite for Parse)
    • Constructor Summary

      Constructors 
      Constructor Description
      Present​(DumpSettings settings)
      Create Present (emitter)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String emitToString​(java.util.Iterator<Event> events)
      Serialise the provided Events
      • Methods inherited from class java.lang.Object

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

      • Present

        public Present​(DumpSettings settings)
        Create Present (emitter)
        Parameters:
        settings - - configuration
    • Method Detail

      • emitToString

        public java.lang.String emitToString​(java.util.Iterator<Event> events)
        Serialise the provided Events
        Parameters:
        events - - the data to serialise
        Returns:
        - the YAML document