ProtectedDo not call this directly.
Creates an instance of ActorConnRaw.
Protected[ProtectedDo not call this directly. enc Establishes a connection to the server using the specified endpoint & encoding & driver.
Call a raw action connection. See ActorConn for type-safe action calls.
The type of arguments to pass to the action function.
The type of the response returned by the action function.
Disconnects from the actor.
A promise that resolves when the socket is gracefully closed.
Subscribes to an event that will happen repeatedly.
The type of arguments the event callback will receive.
The name of the event to subscribe to.
The callback function to execute when the event is triggered.
Subscribes to an event that will be triggered only once.
The type of arguments the event callback will receive.
The name of the event to subscribe to.
The callback function to execute when the event is triggered.
Subscribes to connection errors.
The callback function to execute when a connection error occurs.
Provides underlying functions for ActorConn. See ActorConn for using type-safe remote procedure calls.
See
ActorConn