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 35c7569 commit cfebbb2Copy full SHA for cfebbb2
src/main/java/com/rabbitmq/stream/impl/Client.java
@@ -1749,7 +1749,7 @@ List<FrameHandlerInfo> exchangeCommandVersions() {
1749
}
1750
1751
1752
- StreamStatsResponse streamStats(String stream) {
+ public StreamStatsResponse streamStats(String stream) {
1753
this.streamStatsCommandVersionsCheck.run();
1754
if (stream == null) {
1755
throw new IllegalArgumentException("stream must not be null");
@@ -2346,7 +2346,7 @@ public long getSequence() {
2346
2347
2348
2349
- static class StreamStatsResponse extends Response {
+ public static class StreamStatsResponse extends Response {
2350
2351
private final Map<String, Long> info;
2352
0 commit comments