org.springframework.data.mongodb.core
Interface WriteConcernResolver


public interface WriteConcernResolver

A strategy interface to determine the WriteConcern to use for a given MongoDbAction. Return the passed in default WriteConcern (a property on MongoAction) if no determination can be made.

Author:
Mark Pollack

Method Summary
 com.mongodb.WriteConcern resolve(MongoAction action)
          Resolve the WriteConcern given the MongoAction
 

Method Detail

resolve

com.mongodb.WriteConcern resolve(MongoAction action)
Resolve the WriteConcern given the MongoAction

Parameters:
action - describes the context of the Mongo action. Contains a default WriteConcern to use if one should not be resolved.
Returns:
a WriteConcern based on the passed in MongoAction value, maybe null


Copyright © 2011. All Rights Reserved.