public class SagaManager
extends akka.actor.UntypedActor
| Constructor and Description |
|---|
SagaManager(akka.actor.ActorRef commandDispatcher,
SagaRepository repository,
akka.actor.ActorRef eventstore,
String packageScanPath) |
| Modifier and Type | Method and Description |
|---|---|
static akka.actor.Props |
mkProps(akka.actor.ActorRef commandDispatcher,
SagaRepository repository,
akka.actor.ActorRef eventstore,
String packageScanPath) |
void |
onReceive(Object o) |
void |
postRestart(Throwable reason) |
void |
postStop() |
void |
preStart() |
public SagaManager(akka.actor.ActorRef commandDispatcher,
SagaRepository repository,
akka.actor.ActorRef eventstore,
String packageScanPath)
public static akka.actor.Props mkProps(akka.actor.ActorRef commandDispatcher,
SagaRepository repository,
akka.actor.ActorRef eventstore,
String packageScanPath)
public void postStop()
postStop in interface akka.actor.ActorpostStop in class akka.actor.UntypedActorpublic void preStart()
preStart in interface akka.actor.ActorpreStart in class akka.actor.UntypedActorpublic void postRestart(Throwable reason) throws Exception
postRestart in interface akka.actor.ActorpostRestart in class akka.actor.UntypedActorExceptionCopyright © 2014. All rights reserved.