Class | Description |
---|---|
MongoDataConfiguration |
Micronaut Data MongoDB integration configuration.
|
MongoDataConfiguration.NotReactiveDriverSelectedCondition |
Not reactive driver condition.
|
MongoDataConfiguration.NotSyncDriverSelectedCondition |
Not sync driver condition.
|
Enum | Description |
---|---|
MongoDataConfiguration.DriverType |
The driver type.
|
Annotation Type | Description |
---|---|
RequiresReactiveMongo |
Requires configuration that defines reactive Mongo driver to be used.
|
RequiresSyncMongo |
Requires configuration that defines sync Mongo driver to be used.
|