remotingApi.addSseProvider("sseProvider", "messageCookieValue4");
remotingApi.addSseProvider("sseProvider", "messageCookieValue5");
remotingApi.addSseProvider("sseProvider", "messageCookieValue6");
remotingApi.addSseProvider("sseProvider", "message13");
remotingApi.addSseProvider("sseProvider", "message14");
remotingApi.addSseProvider("sseProvider", "message15");
return remotingApi;
}
private static RemotingApi emptyGroupApis(String namespace) {
RemotingApi remotingApi = new RemotingApi("remoting", "/router", namespace);