Package org.apache.beam.sdk.io.mongodb
Interface MongoDbGridFSIO.ParserCallback<T>
-
- All Superinterfaces:
java.io.Serializable
- Enclosing class:
- MongoDbGridFSIO
public static interface MongoDbGridFSIO.ParserCallback<T> extends java.io.SerializableCallback for the parser to use to submit data.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidoutput(T output)Output the object.voidoutput(T output, org.joda.time.Instant timestamp)Output the object using the specified timestamp.
-