Skip to content

Commit 7623c83

Browse files
committed
docs: add info about parametrized queries
1 parent 693bae7 commit 7623c83

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

client-reactive/src/main/java/com/influxdb/client/reactive/QueryReactiveApi.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@
3333
import org.reactivestreams.Publisher;
3434

3535
/**
36-
* The client that allow perform Flux query against theInfluxDB 2.0by a reactive way.
36+
* 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.
3740
*
3841
* @author Jakub Bednar (bednar@github) (21/11/2018 07:19)
3942
*/

0 commit comments

Comments
 (0)