Uses of Class
org.powertac.visualizer.web.websocket.dto.ActivityDTO
-
Packages that use ActivityDTO Package Description org.powertac.visualizer.web.websocket WebSocket services, using Spring Websocket. -
-
Uses of ActivityDTO in org.powertac.visualizer.web.websocket
Methods in org.powertac.visualizer.web.websocket that return ActivityDTO Modifier and Type Method Description ActivityDTO
ActivityService. sendActivity(ActivityDTO activityDTO, org.springframework.messaging.simp.stomp.StompHeaderAccessor stompHeaderAccessor, Principal principal)
Methods in org.powertac.visualizer.web.websocket with parameters of type ActivityDTO Modifier and Type Method Description ActivityDTO
ActivityService. sendActivity(ActivityDTO activityDTO, org.springframework.messaging.simp.stomp.StompHeaderAccessor stompHeaderAccessor, Principal principal)
-