| Modifier and Type | Method and Description |
|---|---|
MongoStateRepository.Builder |
MongoStateRepository.Builder.collection(String collection)
The name of the collection used by the repository to store the feature state.
|
static MongoStateRepository.Builder |
MongoStateRepository.newBuilder(com.mongodb.MongoClient client,
String dbname)
Creates a new builder for creating a
MongoStateRepository. |
MongoStateRepository.Builder |
MongoStateRepository.Builder.writeConcern(com.mongodb.WriteConcern writeConcern)
The
WriteConcern used when accessing the database. |
Copyright © 2020. All Rights Reserved.