AsyncMongoDBStorage

constructor(mongoDBConnection: MongoDBConnection, databaseName: String, collectionName: String, serializer: Serializer<T, String>)

Parameters

T

Type of the domain entity

mongoDBConnection

MongoDB connection information

databaseName

Name of the MongoDB database

collectionName

Name of the MongoDB collection