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