Skip to content

Commit

Permalink
Reader Listener
Browse files Browse the repository at this point in the history
A way to debug incoming messages before they are processed
  • Loading branch information
scottf committed Jan 7, 2025
1 parent 4d23323 commit 2cd23c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/nats/client/Options.java
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ public class Options {
*/
public static final String PROP_CALLBACK_THREAD_FACTORY_CLASS = "callback.thread.factory.class";
/**
* Property used to set class name for the ReaderListener implementations
* Property used to set class name for the ReaderListener implementation
* {@link Builder#readListener(ReadListener) readListener}.
*/
public static final String PROP_READ_LISTENER_CLASS = "read.listener.class";
Expand Down

0 comments on commit 2cd23c0

Please sign in to comment.