Interface ChatService
- All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
@RemoteServiceRelativePath("chat")
public interface ChatService
extends com.google.gwt.user.client.rpc.RemoteService
The client side stub for the Chat Service.
- Since:
- 8.0.1
- Author:
- Marco Meschieri - LogicalDOC
-
Nested Class Summary
-
Method Summary
-
Method Details
-
post
Posts a message to the chat- Parameters:
message
- the message text- Throws:
ServerException
- an error happened in the server application
-
invite
Invites the users to join the chat- Parameters:
users
- user names to inviteinvitation
- the invitation message- Throws:
ServerException
- an error happened in the server application
-