We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
AsyncRabbitTemplate2
1 parent 038f8f6 commit 9e04fb1Copy full SHA for 9e04fb1
spring-rabbit/src/main/java/org/springframework/amqp/rabbit/AsyncRabbitTemplate2.java
@@ -292,7 +292,7 @@ public void setMandatoryExpressionString(String mandatoryExpression) {
292
}
293
294
/**
295
- * Set to true to enable publisher confirms. When enabled, the {@link RabbitFuture2}
+ * Set to true to enable publisher confirms. When enabled, the {@link RabbitFuture}
296
* returned by the send and receive operation will have a
297
* {@code CompletableFuture<Boolean>} in its {@code confirm} property.
298
* @param enableConfirms true to enable publisher confirms.
0 commit comments