Class PropsImpl.ActorTagsImpl

java.lang.Object
org.apache.pekko.actor.typed.Props
org.apache.pekko.actor.typed.ActorTags
org.apache.pekko.actor.typed.internal.PropsImpl.ActorTagsImpl
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product
Enclosing class:
PropsImpl

public static final class PropsImpl.ActorTagsImpl extends ActorTags implements scala.Product, Serializable
See Also:
  • Constructor Details

    • ActorTagsImpl

      public ActorTagsImpl(scala.collection.immutable.Set<String> tags, Props next)
  • Method Details

    • tags

      public scala.collection.immutable.Set<String> tags()
      Description copied from class: ActorTags
      Scala API: one or more tags defined for the actor
      Specified by:
      tags in class ActorTags
      Returns:
    • next

      public Props next()
    • withNext

      public Props withNext(Props next)
    • copy

      public PropsImpl.ActorTagsImpl copy(scala.collection.immutable.Set<String> tags, Props next)
    • copy$default$1

      public scala.collection.immutable.Set<String> copy$default$1()
    • copy$default$2

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