Packages

class Actor[-T, S] extends ActorRef[T, S] with LazyLogging

Self Type
Actor[T, S]
Linear Supertypes
LazyLogging, ActorRef[T, S], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Actor
  2. LazyLogging
  3. ActorRef
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Actor(state: S, queue: ActorQueue[(T, Int)], stashCapacity: Int, weigher: (T) ⇒ Int, cached: Boolean, execution: (T, Actor[T, S]) ⇒ Unit, interval: Option[Interval], recovery: Option[(T, IO[Throwable, Actor.Error], Actor[T, S]) ⇒ Unit])(implicit executionContext: ExecutionContext)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def ask[R, X[_]](message: (ActorRef[R, Unit]) ⇒ T, delay: FiniteDuration)(implicit scheduler: Scheduler, bag: Async[X]): Task[R, X]
    Definition Classes
    ActorActorRef
  6. def ask[R, X[_]](message: (ActorRef[R, Unit]) ⇒ T)(implicit bag: Async[X]): X[R]
    Definition Classes
    ActorActorRef
  7. def clear(): Unit
    Definition Classes
    ActorActorRef
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. implicit val executionContext: ExecutionContext
    Definition Classes
    ActorActorRef
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hasMessages: Boolean
    Definition Classes
    ActorRef
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def isTerminated: Boolean
    Definition Classes
    ActorActorRef
  18. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  19. def messageCount: Int
    Definition Classes
    ActorActorRef
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def recover[M <: T, E](f: (M, IO[E, Actor.Error], Actor[T, S]) ⇒ Unit)(implicit arg0: ExceptionHandler[E]): ActorRef[T, S]
    Definition Classes
    ActorActorRef
  24. def recoverException[M <: T](f: (M, IO[Throwable, Actor.Error], Actor[T, S]) ⇒ Unit): ActorRef[T, S]
    Definition Classes
    ActorRef
  25. def send(message: T): Unit
    Definition Classes
    ActorActorRef
  26. def send(message: T, delay: FiniteDuration)(implicit scheduler: Scheduler): TimerTask

    Sends a message to this actor with delay

    Sends a message to this actor with delay

    Definition Classes
    ActorActorRef
  27. val state: S
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def terminate(): Unit
    Definition Classes
    ActorActorRef
  30. def terminateAndClear(): Unit
    Definition Classes
    ActorActorRef
  31. def terminateAndRecover[M <: T, E](f: (M, IO[E, Actor.Error], Actor[T, S]) ⇒ Unit)(implicit arg0: ExceptionHandler[E]): ActorRef[T, S]
    Definition Classes
    ActorActorRef
  32. def terminateAndRecoverException[M <: T](function: (M, IO[Throwable, Actor.Error], Actor[T, S]) ⇒ Unit): ActorRef[T, S]
    Definition Classes
    ActorRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def totalWeight: Int
    Definition Classes
    ActorActorRef
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from LazyLogging

Inherited from ActorRef[T, S]

Inherited from AnyRef

Inherited from Any

Ungrouped