Class ActorTags$

  • All Implemented Interfaces:
    java.io.Serializable

    public class ActorTags$
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static ActorTags$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      ActorTags$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ActorTags apply​(java.lang.String tag, scala.collection.immutable.Seq<java.lang.String> additionalTags)
      Scala API: create a tag props with one or more tags
      ActorTags apply​(scala.collection.immutable.Set<java.lang.String> tags)
      Scala API: create a multi-tag props.
      ActorTags create​(java.lang.String... tags)
      Java API: create a tag props with one or more tags
      ActorTags create​(java.util.Set<java.lang.String> tags)
      Java API: create a multi-tag props
      ActorTags create​(scala.collection.immutable.Seq<java.lang.String> tags)
      Java API: create a tag props with one or more tags
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final ActorTags$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • ActorTags$

        public ActorTags$()
    • Method Detail

      • create

        public ActorTags create​(java.lang.String... tags)
        Java API: create a tag props with one or more tags
      • create

        public ActorTags create​(scala.collection.immutable.Seq<java.lang.String> tags)
        Java API: create a tag props with one or more tags
      • create

        public ActorTags create​(java.util.Set<java.lang.String> tags)
        Java API: create a multi-tag props

        Set must not be empty.

      • apply

        public ActorTags apply​(java.lang.String tag,
                               scala.collection.immutable.Seq<java.lang.String> additionalTags)
        Scala API: create a tag props with one or more tags
      • apply

        public ActorTags apply​(scala.collection.immutable.Set<java.lang.String> tags)
        Scala API: create a multi-tag props.

        Set must not be empty.