public class RegisterEntryActor
extends akka.actor.AbstractActor
| Constructor and Description |
|---|
RegisterEntryActor(Events.Registration registration) |
| Modifier and Type | Method and Description |
|---|---|
akka.actor.AbstractActor.Receive |
createReceive() |
void |
postStop() |
void |
preStart() |
akka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, emptyBehavior, getContext, getSelf, getSender, postRestart, preRestart, preRestart, receive, receiveBuilder, self, sender, supervisorStrategy, unhandledpublic RegisterEntryActor(Events.Registration registration)
public void preStart()
preStart in interface akka.actor.ActorpreStart in class akka.actor.AbstractActorpublic void postStop()
postStop in interface akka.actor.ActorpostStop in class akka.actor.AbstractActorpublic akka.actor.AbstractActor.Receive createReceive()
createReceive in class akka.actor.AbstractActor