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 50735fa commit 47051f1Copy full SHA for 47051f1
src/main/java/com/rabbitmq/stream/EnvironmentBuilder.java
@@ -162,6 +162,7 @@ public interface EnvironmentBuilder {
162
*
163
* @param requestedHeartbeat
164
* @return this builder instance
165
+ * @see <a href="https://rabbitmq.com/stream.html#protocol">See stream plugin documentation</a>
166
*/
167
EnvironmentBuilder requestedHeartbeat(Duration requestedHeartbeat);
168
@@ -172,6 +173,7 @@ public interface EnvironmentBuilder {
172
173
174
* @param requestedMaxFrameSize
175
176
177
178
EnvironmentBuilder requestedMaxFrameSize(int requestedMaxFrameSize);
179
0 commit comments