object TestActor
Ordering
- Alphabetic
- By Inheritance
Inherited
- TestActor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- abstract class AutoPilot extends AnyRef
- type Ignore = Option[PartialFunction[Any, Boolean]]
- trait Message extends AnyRef
- final case class RealMessage(msg: AnyRef, sender: ActorRef) extends Message with Product with Serializable
- final case class SetAutoPilot(ap: AutoPilot) extends NoSerializationVerificationNeeded with Product with Serializable
- final case class SetIgnore(i: Ignore) extends NoSerializationVerificationNeeded with Product with Serializable
- final case class Spawn(props: Props, name: Option[String] = None, strategy: Option[SupervisorStrategy] = None) extends NoSerializationVerificationNeeded with Product with Serializable
- final case class UnWatch(ref: ActorRef) extends NoSerializationVerificationNeeded with Product with Serializable
- final case class Watch(ref: ActorRef) extends NoSerializationVerificationNeeded with Product with Serializable
Value Members
- val FALSE: (Any) => Boolean
- def props(queue: BlockingDeque[Message]): Props
- case object KeepRunning extends AutoPilot with Product with Serializable
- case object NoAutoPilot extends AutoPilot with Product with Serializable
- case object NullMessage extends Message with Product with Serializable