Package org.apache.beam.sdk.transforms
Interface DoFn.OutputReceiver<T>
- All Known Implementing Classes:
TestOutputReceiver
public static interface DoFn.OutputReceiver<T>
Receives values of the given type.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voiddefault voidoutputWindowedValue(T value, Instant timestamp, Collection<? extends BoundedWindow> windows, PaneInfo paneInfo) default voidoutputWithTimestamp(T value, Instant timestamp)
-
Method Details
-
builder
-
output
-
outputWithTimestamp
-
outputWindowedValue
default void outputWindowedValue(T value, Instant timestamp, Collection<? extends BoundedWindow> windows, PaneInfo paneInfo)
-