Package io.quarkus.mongodb.runtime
Annotation Type MongoClientName
-
@Target({TYPE,METHOD,FIELD}) @Retention(RUNTIME) @Documented @Qualifier @Deprecated public @interface MongoClientName
Deprecated.in favor ofMongoClientName
Marker annotation to select mongo connection of cluster configuration Use name parameter to select it
-
-
Element Detail
-
value
String value
Deprecated.Specify the cluster name of the connection.- Returns:
- the value
- Default:
- ""
-
-