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

class Object
trait Matchable
class Any

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.