Task to invoke when a receipt is not received in the configured time. @throws java.lang.IllegalArgumentException if the receiptId is {@code null} @see hunt.stomp.simp.stomp.StompClientSupport#setReceiptTimeLimit(long)
Task to invoke when a receipt is received. @throws java.lang.IllegalArgumentException if the receiptId is {@code null}
Return the receipt id, or {@code null} if the STOMP frame for which the handle was returned did not have a "receipt" header.
A handle to use to track receipts. @see #setAutoReceipt()