Package org.apache.pekko.actor.typed
Class ActorTags$
java.lang.Object
org.apache.pekko.actor.typed.ActorTags$
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ActorTags$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionScala API: create a tag props with one or more tagsScala API: create a multi-tag props.Java API: create a tag props with one or more tagsJava API: create a multi-tag propsJava API: create a tag props with one or more tags
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ActorTags$
public ActorTags$()
-
-
Method Details
-
create
Java API: create a tag props with one or more tags -
create
Java API: create a tag props with one or more tags -
create
Java API: create a multi-tag propsSet must not be empty.
-
apply
Scala API: create a tag props with one or more tags -
apply
Scala API: create a multi-tag props.Set must not be empty.
-