Package org.apache.pekko.actor.typed.pubsub


package org.apache.pekko.actor.typed.pubsub
  • Class
    Description
    A pub sub topic is an actor that handles subscribing to a topic and publishing messages to all subscribed actors.
    Not for user extension
    Scala 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 GetTopicStats query.
    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.