Add missing @since tag

master
Rossen Stoyanchev 9 years ago
parent 06b2d2b89e
commit 9798912557
  1. 3
      spring-messaging/src/main/java/org/springframework/messaging/simp/stomp/StompSession.java

@ -94,7 +94,8 @@ public interface StompSession {
* "client-individual" in order ot use this.
* @param messageId the id of the message
* @param consumed whether the message was consumed or not
* @return a Receiptable for tracking events
* @return a Receiptable for tracking receipts
* @since 4.3
*/
Receiptable acknowledge(String messageId, boolean consumed);

Loading…
Cancel
Save