Package akka.actor
Class AbstractActor.Receive
- java.lang.Object
-
- akka.actor.AbstractActor.Receive
-
- Enclosing class:
- AbstractActor
public static final class AbstractActor.Receive extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Receive(scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> onMessage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit>
onMessage()
AbstractActor.Receive
orElse(AbstractActor.Receive other)
-
-
-
Method Detail
-
onMessage
public scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> onMessage()
-
orElse
public AbstractActor.Receive orElse(AbstractActor.Receive other)
-
-