@Component
@Scope(value="prototype")
public class MatcherPubSubActor
extends akka.actor.UntypedActor
| Constructor and Description |
|---|
MatcherPubSubActor() |
| Modifier and Type | Method and Description |
|---|---|
void |
onReceive(java.lang.Object o) |
void |
preStart() |
void |
saveLastSeenNeedDate() |
akka.actor.SupervisorStrategy |
supervisorStrategy() |
akka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, getContext, getSelf, getSender, postRestart, postStop, preRestart, receive, self, sender, unhandledpublic void preStart()
throws java.io.IOException
preStart in interface akka.actor.ActorpreStart in class akka.actor.UntypedActorjava.io.IOExceptionpublic void saveLastSeenNeedDate()
throws java.io.IOException
java.io.IOExceptionpublic void onReceive(java.lang.Object o)
throws java.lang.Exception
onReceive in class akka.actor.UntypedActorjava.lang.Exceptionpublic akka.actor.SupervisorStrategy supervisorStrategy()
supervisorStrategy in interface akka.actor.ActorsupervisorStrategy in class akka.actor.UntypedActorCopyright © 2018. All Rights Reserved.