Package akka.actor.typed.pubsub
Class Topic.Publish$
- java.lang.Object
-
- akka.actor.typed.pubsub.Topic.Publish$
-
- Enclosing class:
- Topic
public static class Topic.Publish$ extends java.lang.Object
Scala API: Publish the message to all currently known subscribers.
-
-
Field Summary
Fields Modifier and Type Field Description static Topic.Publish$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Publish$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Topic.Command<T>
apply(T message)
-
-
-
Field Detail
-
MODULE$
public static final Topic.Publish$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public <T> Topic.Command<T> apply(T message)
-
-