BaseActor

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

Value members

Abstract methods

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

Concrete methods

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