Package akka.util

Class MessageBuffer$


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

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

      Constructors 
      Constructor Description
      MessageBuffer$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      MessageBuffer empty()
      Create an empty message buffer.
      • Methods inherited from class java.lang.Object

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

      • MODULE$

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

      • MessageBuffer$

        public MessageBuffer$()
    • Method Detail

      • empty

        public MessageBuffer empty()
        Create an empty message buffer.

        Returns:
        an empty message buffer