@RestController @RequestMapping(value="/web/socket") public class WebSocketController extends Object
WebSocketController()
String
noticeUser(Long userId, String message)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public WebSocketController()
@GetMapping(value="/notice/{userId}") public String noticeUser(@PathVariable(value="userId") Long userId, String message)
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.