Package akka.util
Class MessageBuffer$
- java.lang.Object
 - 
- akka.util.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 MessageBufferempty()Create an empty message buffer. 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final MessageBuffer$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
empty
public MessageBuffer empty()
Create an empty message buffer.- Returns:
 - an empty message buffer
 
 
 - 
 
 -