Spring 5 WebFlux server push notifications via RSocket protocol
问题 The case is the following: After as clients A and B established connections with a server via RSocket protocol, each of the clients could be notified with their own event(s) ( event A or event B ) to trigger some action on a client ( event X -> action on client X ). Thanks 回答1: You could achieve it with setup payload. Server: @Controller public class ServerController { private static final Map<String, RSocketRequester> REQUESTER_MAP = new HashMap<>(); @ConnectMapping("client-id") void