Class ActorRef.ActorRefOps<T>

java.lang.Object
scala.AnyVal
org.apache.pekko.actor.typed.ActorRef.ActorRefOps<T>
Enclosing interface:
ActorRef<T>

public static final class ActorRef.ActorRefOps<T> extends scala.AnyVal
  • Constructor Details

    • ActorRefOps

      public ActorRefOps(ActorRef<T> ref)
  • Method Details

    • ref

      public ActorRef<T> ref()
    • $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 class Object
    • equals

      public boolean equals(Object x$1)
      Overrides:
      equals in class Object