SplitActor

class SplitActor[T](downstreams: Actor[T]*)(implicit ac: Context) extends SimpleActor[T]
class SimpleActor[T]
class BaseActor[T]
trait Actor[T]
class Object
trait Matchable
class Any

Value members

Concrete methods

def run(msg: T): Unit

Inherited methods

override def runBatch0(msgs: Seq[(T, Token)]): Unit
Definition Classes
Inherited from:
SimpleActor
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