We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe43032 commit b541a11Copy full SHA for b541a11
src/main/java/com/rabbitmq/stream/SubscriptionListener.java
@@ -29,7 +29,7 @@ public interface SubscriptionListener {
29
*
30
* <p>The method is called when a {@link Consumer} is created and it registers to the broker, and
31
* also when the subscription must be re-created (after a disconnection or when the subscription
32
- * must moved because the stream member it was connected to becomes unavailable).
+ * must move because the stream member it was connected to becomes unavailable).
33
34
* <p>Application code can set the {@link OffsetSpecification} that will be used with the {@link
35
* SubscriptionContext#offsetSpecification(OffsetSpecification)} method.
0 commit comments