Interface GenericPushable

  • All Known Subinterfaces:
    RecordOutput

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void push()
      Appends a record onto the output's flow, using the current values of all fields to construct the record token.
    • Method Detail

      • 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.