Interface Emitter

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
KafkaRecordEmitter, SourceRecordEmitter

public interface Emitter extends AutoCloseable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    emit(Record record)
     

    Methods inherited from interface java.lang.AutoCloseable

    close
  • Method Details

    • emit

      void emit(Record record)