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 1cf7be2 commit 9c171cfCopy full SHA for 9c171cf
counters/README.md
@@ -57,7 +57,7 @@ public Counters(String streamName, Connection conn) throws IOException, JetStrea
57
public Counters(String streamName, Connection conn, JetStreamOptions jso) throws IOException, JetStreamApiException
58
```
59
60
-### Use Counter
+### Counters instance API
61
```java
62
public BigInteger add(String subject, int value) throws JetStreamApiException, IOException
63
public BigInteger add(String subject, long value) throws JetStreamApiException, IOException
0 commit comments