Package akka.actor
Class WrappedMessage$
- java.lang.Object
-
- akka.actor.WrappedMessage$
-
public class WrappedMessage$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static WrappedMessage$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description WrappedMessage$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
unwrap(java.lang.Object message)
UnwrapWrappedMessage
recursively.
-
-
-
Field Detail
-
MODULE$
public static final WrappedMessage$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
unwrap
public java.lang.Object unwrap(java.lang.Object message)
UnwrapWrappedMessage
recursively.
-
-