We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a0de25 commit e9e1ca9Copy full SHA for e9e1ca9
1 file changed
vertx-pg-client/src/main/java/io/vertx/pgclient/pubsub/PgChannel.java
@@ -77,6 +77,11 @@ public interface PgChannel extends ReadStream<String> {
77
@Override
78
PgChannel endHandler(Handler<Void> endHandler);
79
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
+ */
85
86
PgChannel exceptionHandler(Handler<Throwable> handler);
87
0 commit comments