Polishing

This commit is contained in:
Rossen Stoyanchev
2019-11-08 17:47:59 +00:00
parent 08f1cb454a
commit 32f82c0ed0
2 changed files with 7 additions and 6 deletions

View File

@@ -117,8 +117,9 @@ public interface StompSession {
void disconnect();
/**
* Disconnect the session by sending a DISCONNECT frame.
* Variant of {@link #disconnect()} with headers.
* @param headers the headers for the disconnect message frame
* @since 5.2.2
*/
void disconnect(StompHeaders headers);