Uses of Interface
org.springframework.messaging.simp.stomp.StompSession.Subscription
Package
Description
Generic support for simple messaging protocols (like STOMP).
-
Uses of StompSession.Subscription in org.springframework.messaging.simp.stomp
Modifier and TypeMethodDescriptionDefaultStompSession.subscribe
(String destination, StompFrameHandler handler) DefaultStompSession.subscribe
(StompHeaders headers, StompFrameHandler handler) StompSession.subscribe
(String destination, StompFrameHandler handler) Subscribe to the given destination by sending a SUBSCRIBE frame and handle received messages with the specifiedStompFrameHandler
.StompSession.subscribe
(StompHeaders headers, StompFrameHandler handler) An overloaded version ofStompSession.subscribe(String, StompFrameHandler)
with fullStompHeaders
instead of just a destination.