Package org.restheart.plugins
Annotation Type InjectMongoClient
-
@Retention(RUNTIME) @Target(METHOD) public @interface InjectMongoClient
Plugin annotation that sets a method to get the initialized MongoClient from mongo service. The method is only invoked if the mongo service is enabled. Plugins in package org.restheart.plugins.mongodb can also use MongoDBClientSingleton.getInstance().getClient()- Author:
- Andrea Di Cesare