SimpleActor

abstract class SimpleActor[T]()(implicit ac: Context) extends BaseActor[T]
class BaseActor[T]
trait Actor[T]
class Object
trait Matchable
class Any
class ProxyActor[T, V]
class SplitActor[T]

Value members

Abstract methods

def run(msg: T): Unit

Concrete methods

override def runBatch0(msgs: Seq[(T, Token)]): Unit
Definition Classes

Inherited methods

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