WsActor

cask.endpoints.WsActor
case class WsActor(handle: PartialFunction[Event, Unit])(implicit ac: Context, log: Logger) extends SimpleActor[Event]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
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

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
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