Class ClusterClient.Publish

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

public static final class ClusterClient.Publish 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

    • Publish

      public Publish(String topic, Object msg)
      Deprecated.
  • Method Details

    • topic

      public String topic()
      Deprecated.
    • msg

      public Object msg()
      Deprecated.
    • copy

      public ClusterClient.Publish copy(String topic, Object msg)
      Deprecated.
    • copy$default$1

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

      public Object copy$default$2()
      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