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$()  
    • 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

      • create

        public BinaryMessage create​(akka.util.ByteString data)
        Creates a strict binary message.
        Parameters:
        data - (undocumented)
        Returns:
        (undocumented)
      • create

        public BinaryMessage create​(akka.stream.javadsl.Source<akka.util.ByteString,​?> dataStream)
        Creates a streamed binary message.
        Parameters:
        dataStream - (undocumented)
        Returns:
        (undocumented)