Package akka.dispatch.sysmsg
Class SystemMessageList$
- java.lang.Object
-
- akka.dispatch.sysmsg.SystemMessageList$
-
public class SystemMessageList$ extends java.lang.Object
INTERNAL APIHelper companion object for
LatestFirstSystemMessageList
andEarliestFirstSystemMessageList
-
-
Field Summary
Fields Modifier and Type Field Description static SystemMessageList$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description SystemMessageList$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.dispatch.sysmsg.EarliestFirstSystemMessageList
ENil()
akka.dispatch.sysmsg.LatestFirstSystemMessageList
LNil()
-
-
-
Field Detail
-
MODULE$
public static final SystemMessageList$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-