- All Known Subinterfaces:
RecordOutput
public interface GenericPushable
An object publishing buffered data.
-
Method Summary
Modifier and TypeMethodDescriptionvoidpush()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 lastpush(), the field will be null valued.
-