Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing RxJava 1 and 2 javadocs #48

Closed
adandersen opened this issue Feb 6, 2018 · 2 comments
Closed

Missing RxJava 1 and 2 javadocs #48

adandersen opened this issue Feb 6, 2018 · 2 comments
Milestone

Comments

@adandersen
Copy link

Hello,

I am keen to try this as a replacement for our postgres driver with com.impossible for pg_notify support. RxJava is said to be supported, but I do not see anywhere Rx methods or a wrapper Rx library like RxJava for Vert.x. What am I missing?

Thank you.

@vietj
Copy link
Member

vietj commented Feb 6, 2018

the methods are generated by the generation process so you cannot see them in the source code, you can find them in the source code (but not in javadoc) :

MacBook-Pro-de-julien:0.5.0 julien$ jar -tvf reactive-pg-client-0.5.0-sources.jar | grep reactivex
     0 Wed Dec 20 22:00:44 CET 2017 com/julienviet/reactivex/
     0 Wed Dec 20 22:00:44 CET 2017 com/julienviet/reactivex/pgclient/
     0 Wed Dec 20 22:00:44 CET 2017 com/julienviet/reactivex/pgclient/pubsub/
  3971 Wed Dec 20 22:00:44 CET 2017 com/julienviet/reactivex/pgclient/PgTransaction.java
  2916 Wed Dec 20 22:00:44 CET 2017 com/julienviet/reactivex/pgclient/PgIterator.java
  4663 Wed Dec 20 22:00:44 CET 2017 com/julienviet/reactivex/pgclient/pubsub/PgChannel.java
  9594 Wed Dec 20 22:00:44 CET 2017 com/julienviet/reactivex/pgclient/PgClient.java
 10155 Wed Dec 20 22:00:44 CET 2017 com/julienviet/reactivex/pgclient/Tuple.java
  4489 Wed Dec 20 22:00:44 CET 2017 com/julienviet/reactivex/pgclient/PgCursor.java
  3892 Wed Dec 20 22:00:44 CET 2017 com/julienviet/reactivex/pgclient/PgStream.java
  5690 Wed Dec 20 22:00:44 CET 2017 com/julienviet/reactivex/pgclient/pubsub/PgSubscriber.java
  6715 Wed Dec 20 22:00:44 CET 2017 com/julienviet/reactivex/pgclient/PgPool.java
  8637 Wed Dec 20 22:00:44 CET 2017 com/julienviet/reactivex/pgclient/PgConnection.java
  6899 Wed Dec 20 22:00:44 CET 2017 com/julienviet/reactivex/pgclient/PgPreparedQuery.java
  4648 Wed Dec 20 22:00:44 CET 2017 com/julienviet/reactivex/pgclient/Row.java
  3857 Wed Dec 20 22:00:44 CET 2017 com/julienviet/reactivex/pgclient/PgResult.java

@vietj
Copy link
Member

vietj commented Feb 6, 2018

so I think it should at least be in javadoc

@vietj vietj changed the title RxJava Missing RxJava 1 and 2 javadocs Feb 6, 2018
@vietj vietj added this to the 0.5.1 milestone Feb 6, 2018
@vietj vietj closed this as completed in 26ad52b Feb 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants