org.hyperscala.realtime.event.browser.InitBrowserConnection.scala Maven / Gradle / Ivy
The newest version!
package org.hyperscala.realtime.event.browser
/**
* 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.
*
* @author Matt Hicks
*/
case class InitBrowserConnection(pageId: String, url: String)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy