Esempio n. 1
0
 public Integer publish(String msg) {
   ChatService.publish(msg);
   return 1;
 }