Class ClusterClient.Send

java.lang.Object
org.apache.pekko.cluster.client.ClusterClient.Send
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product
Enclosing class:
ClusterClient

public static final class ClusterClient.Send extends Object implements scala.Product, Serializable
Deprecated.
Use Apache Pekko gRPC instead, see https://pekko.apache.org/docs/pekko/current/cluster-client.html#migration-to-pekko-grpc. Since Akka 2.6.0.
See Also:
  • Constructor Details

    • Send

      public Send(String path, Object msg, boolean localAffinity)
      Deprecated.
    • Send

      public Send(String path, Object msg)
      Deprecated.
      Convenience constructor with localAffinity false
  • Method Details

    • path

      public String path()
      Deprecated.
    • msg

      public Object msg()
      Deprecated.
    • localAffinity

      public boolean localAffinity()
      Deprecated.
    • copy

      public ClusterClient.Send copy(String path, Object msg, boolean localAffinity)
      Deprecated.
    • copy$default$1

      public String copy$default$1()
      Deprecated.
    • copy$default$2

      public Object copy$default$2()
      Deprecated.
    • copy$default$3

      public boolean copy$default$3()
      Deprecated.
    • productPrefix

      public String productPrefix()
      Deprecated.
      Specified by:
      productPrefix in interface scala.Product
    • productArity

      public int productArity()
      Deprecated.
      Specified by:
      productArity in interface scala.Product
    • productElement

      public Object productElement(int x$1)
      Deprecated.
      Specified by:
      productElement in interface scala.Product
    • productIterator

      public scala.collection.Iterator<Object> productIterator()
      Deprecated.
      Specified by:
      productIterator in interface scala.Product
    • canEqual

      public boolean canEqual(Object x$1)
      Deprecated.
      Specified by:
      canEqual in interface scala.Equals
    • productElementName

      public String productElementName(int x$1)
      Deprecated.
      Specified by:
      productElementName in interface scala.Product
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object x$1)
      Deprecated.
      Specified by:
      equals in interface scala.Equals
      Overrides:
      equals in class Object