org.gwtwidgets.server.spring.stream
Interface SLStreamWriter
- All Known Implementing Classes:
- HtmlSLStreamWriterImpl
public interface SLStreamWriter
Interface for SL stream protocol implementations.
- Author:
- George Georgovassilis, g.georgovassilis[at]gmail.com
writeMessage
void writeMessage(String content,
Map<String,?> attributes)
- Sends a message to the recipient
- Parameters:
content - String content of the messageattributes - Metadata of the message, can be any key/value set
close
void close()
Copyright © 2011. All Rights Reserved.