Package akka.actor
Class UnhandledMessage$
- java.lang.Object
-
- scala.runtime.AbstractFunction3<java.lang.Object,ActorRef,ActorRef,UnhandledMessage>
-
- akka.actor.UnhandledMessage$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Function3<java.lang.Object,ActorRef,ActorRef,UnhandledMessage>
public class UnhandledMessage$ extends scala.runtime.AbstractFunction3<java.lang.Object,ActorRef,ActorRef,UnhandledMessage> implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static UnhandledMessage$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description UnhandledMessage$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UnhandledMessage
apply(java.lang.Object message, ActorRef sender, ActorRef recipient)
java.lang.String
toString()
scala.Option<scala.Tuple3<java.lang.Object,ActorRef,ActorRef>>
unapply(UnhandledMessage x$0)
-
-
-
Field Detail
-
MODULE$
public static final UnhandledMessage$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
toString
public final java.lang.String toString()
- Specified by:
toString
in interfacescala.Function3<java.lang.Object,ActorRef,ActorRef,UnhandledMessage>
- Overrides:
toString
in classscala.runtime.AbstractFunction3<java.lang.Object,ActorRef,ActorRef,UnhandledMessage>
-
apply
public UnhandledMessage apply(java.lang.Object message, ActorRef sender, ActorRef recipient)
- Specified by:
apply
in interfacescala.Function3<java.lang.Object,ActorRef,ActorRef,UnhandledMessage>
-
unapply
public scala.Option<scala.Tuple3<java.lang.Object,ActorRef,ActorRef>> unapply(UnhandledMessage x$0)
-
-