Package io.quarkus.reactive.datasource
Annotation Interface ReactiveDataSource
@Target({METHOD,FIELD,PARAMETER,TYPE})
@Retention(RUNTIME)
@Documented
@Qualifier
public @interface ReactiveDataSource
Qualifier used to specify which reactive datasource will be injected.
-
Nested Class Summary
Nested Classes -
Required Element Summary
Required Elements
-
Element Details
-
value
String value
-