Interface MessageSender
-
- All Known Implementing Classes:
AbstractMessageHandler,SmartWebSocketMessageHandler
public interface MessageSender- Author:
- Madhav Krishna
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsendMessage(Object message, MessageContentType contentType, String otherContentType)
-
-
-
Method Detail
-
sendMessage
void sendMessage(Object message, MessageContentType contentType, String otherContentType) throws Exception
- Throws:
Exception
-
-