Package akka.actor.typed
Class ActorRef.ActorRefOps<T>
- java.lang.Object
-
- scala.AnyVal
-
- akka.actor.typed.ActorRef.ActorRefOps<T>
-
-
Constructor Summary
Constructors Constructor Description ActorRefOps(ActorRef<T> ref)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
$bang(T msg)
Send a message to the Actor referenced by this ActorRef using *at-most-once* messaging semantics.boolean
equals(java.lang.Object x$1)
int
hashCode()
ActorRef<T>
ref()
-
-
-
Method Detail
-
$bang
public void $bang(T msg)
Send a message to the Actor referenced by this ActorRef using *at-most-once* messaging semantics.
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
- Overrides:
equals
in classjava.lang.Object
-
-