WsClient

cask.util.WsClient
See theWsClient companion object
class WsClient(impl: WebsocketBase)(implicit ac: Context, log: Logger) extends SimpleActor[Event]

Attributes

Companion:
object
Graph
Supertypes
class SimpleActor[Event]
class BaseActor[Event]
trait Actor[Event]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def run(item: Event): Unit

Inherited methods

override def runBatch0(msgs: Seq[(Event, Token)]): Unit

Attributes

Definition Classes
SimpleActor -> BaseActor
Inherited from:
SimpleActor
def send(t: Event)(implicit fileName: FileName, line: Line): Unit

Attributes

Inherited from:
BaseActor
def sendAsync(f: Future[Event])(implicit fileName: FileName, line: Line): Unit

Attributes

Inherited from:
BaseActor