org.hyperscala.realtime.event

browser

package browser

Visibility
  1. Public
  2. All

Type Members

  1. case class BrowserError(timestamp: Long, message: String, obj: String, errorMessage: String, stackTrace: String, url: String) extends Product with Serializable

    BrowserError is sent to the server when the browser fires an unhandled exception for proper server-side logging.

  2. case class InitBrowserConnection(pageId: String, url: String) extends Product with Serializable

    InitBrowserConnection is fired from the browser upon initial connection being established.

    InitBrowserConnection is fired from the browser upon initial connection being established. The purpose of this connection is to be handled by Realtime to properly route communications to and from the Webpage.

Ungrouped