您可以使用
SimpMessagingTemplate.它的自动注册。只要
autowire您想要的任何Spring bean中都可以。
@Autowiredprivate SimpMessagingTemplate template;...this.template.convertAndSend("/topic/greetings", text);
您可以使用
SimpMessagingTemplate.它的自动注册。只要
autowire您想要的任何Spring bean中都可以。
@Autowiredprivate SimpMessagingTemplate template;...this.template.convertAndSend("/topic/greetings", text);