Class WebSocketEventLogger
- java.lang.Object
-
- org.optaweb.vehiclerouting.plugin.websocket.WebSocketEventLogger
-
- All Implemented Interfaces:
EventListener,org.springframework.context.ApplicationListener<org.springframework.web.socket.messaging.AbstractSubProtocolEvent>
@Component class WebSocketEventLogger extends Object implements org.springframework.context.ApplicationListener<org.springframework.web.socket.messaging.AbstractSubProtocolEvent>
Logs WebSocket events, such asSessionConnectEventandSessionSubscribeEvent, on DEBUG level.
-
-
Constructor Summary
Constructors Constructor Description WebSocketEventLogger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonApplicationEvent(org.springframework.web.socket.messaging.AbstractSubProtocolEvent event)
-