public interface IndexDescription
Once the first operation is triggered against Mongo DB, the framework finds all classes implementing this interface.
To be discovered, the class has to wear a Register
annotation.
Modifier and Type | Method and Description |
---|---|
void |
createIndices(com.mongodb.client.MongoDatabase client)
Invoked once the Mongo DB is first accessed and permits to create required indices.
|
Copyright © 2018. All rights reserved.