Package org.apache.beam.sdk.fn.stream
Interface DataStreams.OutputChunkConsumer<T>
-
- Enclosing class:
- DataStreams
public static interface DataStreams.OutputChunkConsumer<T>A callback which is invoked whenever theDataStreams.outbound(org.apache.beam.sdk.fn.stream.DataStreams.OutputChunkConsumer<org.apache.beam.vendor.grpc.v1p48p1.com.google.protobuf.ByteString>)OutputStreambecomes full.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidread(T chunk)
-
-
-
Method Detail
-
read
void read(T chunk) throws java.io.IOException
- Throws:
java.io.IOException
-
-