Interface StompTcpConnectionHandler<P>

Type Parameters:
P - the type of payload for inbound and outbound messages
All Superinterfaces:
TcpConnectionHandler<P>
All Known Subinterfaces:
ConnectionHandlingStompSession
All Known Implementing Classes:
DefaultStompSession

public interface StompTcpConnectionHandler<P> extends TcpConnectionHandler<P>
A TcpConnectionHandler for use with STOMP connections, exposing further information about the connection.
Since:
5.3
Author:
Rossen Stoyanchev
  • Method Details

    • getSessionId

      String getSessionId()
      Return the sessionId associated with the STOMP connection.
    • getConnectHeaders

      StompHeaderAccessor getConnectHeaders()
      Return the headers that will be sent in the STOMP CONNECT frame.