public static interface MongoDbGridFSIO.ParserCallback<T>
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
void |
output(T output)
Output the object.
|
void |
output(T output,
Instant timestamp)
Output the object using the specified timestamp.
|