|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface TestActorRefSpec.TActor
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface akka.actor.Actor |
---|
Actor.emptyBehavior$ |
Method Summary | |
---|---|
java.lang.Object |
receive()
This defines the initial actor behavior, it must return a partial function with the actor logic. |
scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> |
receiveT()
|
Methods inherited from interface akka.actor.Actor |
---|
aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, postRestart, postStop, preRestart, preStart, self, sender, supervisorStrategy, unhandled |
Method Detail |
---|
java.lang.Object receive()
Actor
receive
in interface Actor
scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> receiveT()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |