Package org.apache.beam.sdk.transforms
Interface DoFn.OutputReceiver<T>
public static interface DoFn.OutputReceiver<T>
Receives values of the given type.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
default void
outputWindowedValue
(T output, Instant timestamp, Collection<? extends BoundedWindow> windows, PaneInfo paneInfo) void
outputWithTimestamp
(T output, Instant timestamp)
-
Method Details
-
output
-
outputWithTimestamp
-
outputWindowedValue
default void outputWindowedValue(T output, Instant timestamp, Collection<? extends BoundedWindow> windows, PaneInfo paneInfo)
-