Class WebSocketSubscribeListener
- java.lang.Object
-
- co.mastermindcms.framework.handlers.WebSocketSubscribeListener
-
- All Implemented Interfaces:
java.util.EventListener
,org.springframework.context.ApplicationListener<org.springframework.web.socket.messaging.SessionSubscribeEvent>
@Component public class WebSocketSubscribeListener extends java.lang.Object implements org.springframework.context.ApplicationListener<org.springframework.web.socket.messaging.SessionSubscribeEvent>
-
-
Field Summary
Fields Modifier and Type Field Description private static org.slf4j.Logger
logger
-
Constructor Summary
Constructors Constructor Description WebSocketSubscribeListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onApplicationEvent(org.springframework.web.socket.messaging.SessionSubscribeEvent sessionSubscribeEvent)
-
-
-
Method Detail
-
onApplicationEvent
public void onApplicationEvent(org.springframework.web.socket.messaging.SessionSubscribeEvent sessionSubscribeEvent)
- Specified by:
onApplicationEvent
in interfaceorg.springframework.context.ApplicationListener<org.springframework.web.socket.messaging.SessionSubscribeEvent>
-
-