Class PubSub$


  • public class PubSub$
    extends ExtensionId<PubSub>
    Registry for Topics. Keeps one topic actor instance of each requested topic name so that they can be shared between all subscribers in the same actor system.

    Note that manually spawned Topic actors will not appear in the registry.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static PubSub$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      PubSub$()  
    • Field Detail

      • MODULE$

        public static final PubSub$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • PubSub$

        public PubSub$()