Class AddRoutee

java.lang.Object
org.apache.pekko.routing.AddRoutee
All Implemented Interfaces:
Serializable, RouterManagementMesssage, scala.Equals, scala.Product

public final class AddRoutee extends Object implements RouterManagementMesssage, scala.Product, Serializable
Add a routee by sending this message to the router. It may be handled after other messages.
See Also:
  • Constructor Details

    • AddRoutee

      public AddRoutee(Routee routee)
  • Method Details

    • apply

      public static AddRoutee apply(Routee routee)
    • unapply

      public static scala.Option<Routee> unapply(AddRoutee x$0)
    • routee

      public Routee routee()
    • copy

      public AddRoutee copy(Routee routee)
    • copy$default$1

      public Routee copy$default$1()
    • productPrefix

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

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

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

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

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

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

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

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

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