Module spring.data.mongodb
Interface WriteConcernAware
- All Known Subinterfaces:
MongoTransactionOptions
public interface WriteConcernAware
Interface indicating a component that contains and exposes an
WriteConcern.- Since:
- 4.3
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptioncom.mongodb.WriteConcerndefault boolean
-
Method Details
-
getWriteConcern
- Returns:
- the
WriteConcernto apply or null if none set.
-
hasWriteConcern
default boolean hasWriteConcern()- Returns:
- true if a
WriteConcernis set.
-