Create notification response
(id, namespace string, event interface{})
| 108 | CreateErrorResponseWithInfo(id interface{}, err Error, info interface{}) interface{} |
| 109 | // Create notification response |
| 110 | CreateNotification(id, namespace string, event interface{}) interface{} |
| 111 | // Write msg to client. |
| 112 | Write(msg interface{}) error |
| 113 | // Close underlying data stream |