Class RecipientRef.RecipientRefOps<T>

  • Enclosing interface:
    RecipientRef<T>

    public static final class RecipientRef.RecipientRefOps<T>
    extends scala.AnyVal
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void $bang​(T msg)
      Send a message to the destination referenced by this RecipientRef using *at-most-once* messaging semantics.
      boolean equals​(java.lang.Object x$1)  
      int hashCode()  
      RecipientRef<T> ref()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RecipientRefOps

        public RecipientRefOps​(RecipientRef<T> ref)
    • Method Detail

      • $bang

        public void $bang​(T msg)
        Send a message to the destination referenced by this RecipientRef using *at-most-once* messaging semantics.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object x$1)
        Overrides:
        equals in class java.lang.Object