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 622be3b commit 4e557e5Copy full SHA for 4e557e5
src/main/java/com/rabbitmq/stream/ConsumerBuilder.java
@@ -155,6 +155,7 @@ public interface ConsumerBuilder {
155
* Configure flow of messages.
156
*
157
* @return the flow configuration
158
+ * @since 0.11.0
159
*/
160
FlowConfiguration flow();
161
@@ -217,7 +218,11 @@ interface AutoTrackingStrategy {
217
218
ConsumerBuilder builder();
219
}
220
- /** Message flow configuration. */
221
+ /**
222
+ * Message flow configuration.
223
+ *
224
225
+ */
226
interface FlowConfiguration {
227
228
/**
0 commit comments