Class TextMessage$


  • public class TextMessage$
    extends java.lang.Object
    • Field Summary

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

      Constructors 
      Constructor Description
      TextMessage$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      TextMessage apply​(akka.stream.scaladsl.Source<java.lang.String,​java.lang.Object> textStream)  
      TextMessage.Strict apply​(java.lang.String text)  
      • Methods inherited from class java.lang.Object

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

      • MODULE$

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

      • TextMessage$

        public TextMessage$()
    • Method Detail

      • apply

        public TextMessage apply​(akka.stream.scaladsl.Source<java.lang.String,​java.lang.Object> textStream)