Class Topic.Subscribe$

  • Enclosing class:
    Topic

    public static class Topic.Subscribe$
    extends java.lang.Object
    Scala API: Subscribe to this topic. Should only be used for local subscribers.
    • Field Summary

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

      Constructors 
      Constructor Description
      Subscribe$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> Topic.Command<T> apply​(ActorRef<T> subscriber)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

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

      • Subscribe$

        public Subscribe$()