Package akka.actor.typed.pubsub
Class Topic.Unsubscribe$
- java.lang.Object
-
- akka.actor.typed.pubsub.Topic.Unsubscribe$
-
- Enclosing class:
- Topic
public static class Topic.Unsubscribe$ extends java.lang.Object
Scala API: Unsubscribe a previously subscribed actor from this topic.
-
-
Field Summary
Fields Modifier and Type Field Description static Topic.Unsubscribe$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Unsubscribe$()
-
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.Unsubscribe$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public <T> Topic.Command<T> apply(ActorRef<T> subscriber)
-
-