Interface EventFileWriter

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
ParquetEventFileWriter, PBEventFileWriter

public interface EventFileWriter extends AutoCloseable
Interface that defines the contract for writing events to a file.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    append(Event event)
    Append a single event to the currently open file.
    void
     
    default void
    Write the entire stream to the file.