We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e1d57 commit 16b965fCopy full SHA for 16b965f
commons/src/main/java/io/polyapi/commons/api/websocket/WebSocketClient.java
@@ -24,7 +24,7 @@ public interface WebSocketClient extends AutoCloseable {
24
* Registers a listener for error messages.
25
*
26
* @param path The path that will filter the messages.
27
- * @param listener The {@link Consumer}<{@link PolyErrorEvent}> that will work as a listener.
+ * @param listener The {@link Consumer} of {@link PolyErrorEvent}s that will work as a listener.
28
* @return Handle The handle that allows for closing of the socket.
29
*/
30
Handle registerErrorHandler(String path, Consumer<PolyErrorEvent> listener);
0 commit comments