Interface GenericPushable

All Known Subinterfaces:
RecordOutput

public interface GenericPushable
An object publishing buffered data.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Appends a record onto the output's flow, using the current values of all fields to construct the record token.
  • Method Details

    • push

      void push()
      Appends a record onto the output's flow, using the current values of all fields to construct the record token. For any field not set since the last push(), the field will be null valued.