Class BinaryMessage$


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

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

      Constructors 
      Constructor Description
      BinaryMessage$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      BinaryMessage apply​(akka.stream.scaladsl.Source<akka.util.ByteString,​java.lang.Object> dataStream)  
      BinaryMessage.Strict apply​(akka.util.ByteString data)  
      • Methods inherited from class java.lang.Object

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

      • MODULE$

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

      • BinaryMessage$

        public BinaryMessage$()
    • Method Detail

      • apply

        public BinaryMessage apply​(akka.stream.scaladsl.Source<akka.util.ByteString,​java.lang.Object> dataStream)