Skip to content

Commit e9e1ca9

Browse files
authored
Javadoc: PgChannel#exceptionHandler is a no-op (#1603)
See #1404 Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
1 parent 6a0de25 commit e9e1ca9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

vertx-pg-client/src/main/java/io/vertx/pgclient/pubsub/PgChannel.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ public interface PgChannel extends ReadStream<String> {
7777
@Override
7878
PgChannel endHandler(Handler<Void> endHandler);
7979

80+
/**
81+
* Inherited from {@link ReadStream#exceptionHandler(Handler)} but this one is a no-op.
82+
*
83+
* @return a reference to this, so the API can be used fluently
84+
*/
8085
@Override
8186
PgChannel exceptionHandler(Handler<Throwable> handler);
8287

0 commit comments

Comments
 (0)