Class Topic.Publish$

  • Enclosing class:
    Topic

    public static class Topic.Publish$
    extends java.lang.Object
    Scala API: Publish the message to all currently known subscribers.
    • Field Summary

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

      Constructors 
      Constructor Description
      Publish$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> Topic.Command<T> apply​(T message)  
      • 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.Publish$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • Publish$

        public Publish$()