WriteConcernResult (original) (raw)

public abstract class WriteConcernResult
extends Object
The result of a successful write operation. If the write was unacknowledged, then wasAcknowledged will return false and all other methods will throw MongoUnacknowledgedWriteException.
Since:
3.0
See Also:
WriteConcern.UNACKNOWLEDGED