Package org.apache.beam.sdk.io.mongodb
Interface MongoDbGridFSIO.ParserCallback<T>
- All Superinterfaces:
 Serializable
- Enclosing class:
 MongoDbGridFSIO
Callback for the parser to use to submit data.
- 
Method Summary
 
- 
Method Details
- 
output
Output the object. The default timestamp will be the GridFSFile creation timestamp. - 
output
Output the object using the specified timestamp. 
 -