Interface WriteConcernResolver


public interface WriteConcernResolver
A strategy interface to determine the WriteConcern to use for a given MongoAction. Return the passed in default WriteConcern (a property on MongoAction) if no determination can be made.
Author:
Mark Pollack, Oliver Gierke