EventRegistry

korolev.internal.EventRegistry
final class EventRegistry[F[_]](frontend: Frontend[F])(implicit evidence$1: Effect[F], reporter: Reporter)

Save information about what type of events are already listening on the client

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def registerEventType(`type`: String): Unit

Notifies client side that he should listen all events of the type. If event already listening on the client side, client will be not notified again.

Notifies client side that he should listen all events of the type. If event already listening on the client side, client will be not notified again.

Attributes