Package akka.actor.typed.pubsub
Class Topic.Subscribe$
- java.lang.Object
-
- akka.actor.typed.pubsub.Topic.Subscribe$
-
- Enclosing class:
- Topic
public static class Topic.Subscribe$ extends java.lang.Object
Scala API: Subscribe to this topic. Should only be used for local subscribers.
-
-
Field Summary
Fields Modifier and Type Field Description static Topic.Subscribe$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Subscribe$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Topic.Command<T>
apply(ActorRef<T> subscriber)
-
-
-
Field Detail
-
MODULE$
public static final Topic.Subscribe$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public <T> Topic.Command<T> apply(ActorRef<T> subscriber)
-
-