trait ScalaActorRef extends AnyRef
This trait represents the Scala Actor API There are implicit conversions in package.scala from ActorRef -> ScalaActorRef and back
- Self Type
- ScalaActorRef with ActorRef
- Source
- ActorRef.scala
- Alphabetic
- By Inheritance
- ScalaActorRef
- AnyRef
- Any
- by scala2ActorRef
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
!(message: Any)(implicit sender: ActorRef = Actor.noSender): Unit
Sends a one-way asynchronous message.
Sends a one-way asynchronous message. E.g. fire-and-forget semantics.
If invoked from within an actor then the actor reference is implicitly passed on as the implicit 'sender' argument.
This actor 'sender' reference is then available in the receiving actor in the 'sender()' member variable, if invoked from within an Actor. If not then no sender is available.
actor ! message
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from ScalaActorRef to any2stringadd[ScalaActorRef] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (ScalaActorRef, B)
- Implicit
- This member is added by an implicit conversion from ScalaActorRef to ArrowAssoc[ScalaActorRef] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
final
def
compareTo(other: ActorRef): Int
Comparison takes path and the unique id of the actor cell into account.
Comparison takes path and the unique id of the actor cell into account.
- Implicit
- This member is added by an implicit conversion from ScalaActorRef to ActorRef performed by method scala2ActorRef in akka.actor.
- Definition Classes
- ActorRef → Comparable
-
def
ensuring(cond: (ScalaActorRef) ⇒ Boolean, msg: ⇒ Any): ScalaActorRef
- Implicit
- This member is added by an implicit conversion from ScalaActorRef to Ensuring[ScalaActorRef] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (ScalaActorRef) ⇒ Boolean): ScalaActorRef
- Implicit
- This member is added by an implicit conversion from ScalaActorRef to Ensuring[ScalaActorRef] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): ScalaActorRef
- Implicit
- This member is added by an implicit conversion from ScalaActorRef to Ensuring[ScalaActorRef] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): ScalaActorRef
- Implicit
- This member is added by an implicit conversion from ScalaActorRef to Ensuring[ScalaActorRef] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from ScalaActorRef to StringFormat[ScalaActorRef] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
def
forward(message: Any)(implicit context: ActorContext): Unit
Forwards the message and passes the original sender actor as the sender.
Forwards the message and passes the original sender actor as the sender.
Works, no matter whether originally sent with tell/'!' or ask/'?'.
- Implicit
- This member is added by an implicit conversion from ScalaActorRef to ActorRef performed by method scala2ActorRef in akka.actor.
- Definition Classes
- ActorRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
path: ActorPath
Returns the path for this actor (from this actor up to the root actor).
Returns the path for this actor (from this actor up to the root actor).
- Implicit
- This member is added by an implicit conversion from ScalaActorRef to ActorRef performed by method scala2ActorRef in akka.actor.
- Definition Classes
- ActorRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
tell(msg: Any, sender: ActorRef): Unit
Sends the specified message to this ActorRef, i.e.
Sends the specified message to this ActorRef, i.e. fire-and-forget semantics, including the sender reference if possible.
Pass akka.actor.ActorRef
noSender
ornull
as sender if there is nobody to reply to- Implicit
- This member is added by an implicit conversion from ScalaActorRef to ActorRef performed by method scala2ActorRef in akka.actor.
- Definition Classes
- ActorRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
→[B](y: B): (ScalaActorRef, B)
- Implicit
- This member is added by an implicit conversion from ScalaActorRef to ArrowAssoc[ScalaActorRef] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
Shadowed Implicit Value Members
-
final
def
equals(that: Any): Boolean
Equals takes path and the unique id of the actor cell into account.
Equals takes path and the unique id of the actor cell into account.
- Implicit
- This member is added by an implicit conversion from ScalaActorRef to ActorRef performed by method scala2ActorRef in akka.actor.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(scalaActorRef: ActorRef).equals(that)
- Definition Classes
- ActorRef → AnyRef → Any
-
final
def
hashCode(): Int
- Implicit
- This member is added by an implicit conversion from ScalaActorRef to ActorRef performed by method scala2ActorRef in akka.actor.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(scalaActorRef: ActorRef).hashCode()
- Definition Classes
- ActorRef → AnyRef → Any
-
def
toString(): String
- Implicit
- This member is added by an implicit conversion from ScalaActorRef to ActorRef performed by method scala2ActorRef in akka.actor.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(scalaActorRef: ActorRef).toString()
- Definition Classes
- ActorRef → AnyRef → Any