Interface PushingAsyncDataInput.DataOutput<T>

Type Parameters:
T - The type encapsulated with the stream record.
All Known Implementing Classes:
FinishedDataOutput, SourceOperatorStreamTask.AsyncDataOutputToOutput
Enclosing interface:
PushingAsyncDataInput<T>

public static interface PushingAsyncDataInput.DataOutput<T>
Basic data output interface used in emitting the next element from data input.