Skip to content

Commit 4e557e5

Browse files
committed
Add @SInCE 0.11.0 to consumer flow configuration
1 parent 622be3b commit 4e557e5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/main/java/com/rabbitmq/stream/ConsumerBuilder.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ public interface ConsumerBuilder {
155155
* Configure flow of messages.
156156
*
157157
* @return the flow configuration
158+
* @since 0.11.0
158159
*/
159160
FlowConfiguration flow();
160161

@@ -217,7 +218,11 @@ interface AutoTrackingStrategy {
217218
ConsumerBuilder builder();
218219
}
219220

220-
/** Message flow configuration. */
221+
/**
222+
* Message flow configuration.
223+
*
224+
* @since 0.11.0
225+
*/
221226
interface FlowConfiguration {
222227

223228
/**

0 commit comments

Comments
 (0)