Package org.apache.pekko.actor.typed.pubsub
package org.apache.pekko.actor.typed.pubsub
-
ClassDescriptionA pub sub topic is an actor that handles subscribing to a topic and publishing messages to all subscribed actors.Not for user extensionScala API: Get a summary of the state for a local topic actor.Scala API: Publish the message to all currently known subscribers.Scala API: Subscribe to this topic.Response to the
GetTopicStatsquery.Scala API: Unsubscribe a previously subscribed actor from this topic.A pub sub topic is an actor that handles subscribing to a topic and publishing messages to all subscribed actors.