We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 693bae7 commit 7623c83Copy full SHA for 7623c83
1 file changed
client-reactive/src/main/java/com/influxdb/client/reactive/QueryReactiveApi.java
@@ -33,7 +33,10 @@
33
import org.reactivestreams.Publisher;
34
35
/**
36
- * The client that allow perform Flux query against theInfluxDB 2.0by a reactive way.
+ * The client that allow perform Flux query against the InfluxDB 2.0 by a reactive way.
37
+ *
38
+ * For parametrized queries use {@link Query} object, see <code>com.influxdb.client.QueryApi</code> in Java module
39
+ * for more details.
40
*
41
* @author Jakub Bednar (bednar@github) (21/11/2018 07:19)
42
*/
0 commit comments