Class Topic.Unsubscribe$

  • Enclosing class:
    Topic

    public static class Topic.Unsubscribe$
    extends java.lang.Object
    Scala API: Unsubscribe a previously subscribed actor from this topic.
    • Field Summary

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

      Constructors 
      Constructor Description
      Unsubscribe$()  
    • 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.Unsubscribe$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • Unsubscribe$

        public Unsubscribe$()