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.
2 parents dfd0020 + 8c58d9d commit 01db9b4Copy full SHA for 01db9b4
src/main/java/io/nats/client/JetStream.java
@@ -566,7 +566,7 @@ public interface JetStream {
566
*
567
* <pre>
568
* nc = Nats.connect();
569
- * Jetstream js = nc.jetStream();
+ * JetStream js = nc.jetStream();
570
* StreamContext streamContext = js.getStreamContext("my-stream");
571
* ConsumerContext consumerContext = streamContext.getConsumerContext("my-consumer");
572
* // Or
0 commit comments