public class CommandDispatcher
extends akka.actor.UntypedActor
| Constructor and Description |
|---|
CommandDispatcher(akka.actor.ActorRef eventStore,
List<CommandHandlerFactory> commandHandlerFactories)
Deprecated.
|
CommandDispatcher(List<akka.actor.Props> commandHandlerProps) |
| Modifier and Type | Method and Description |
|---|---|
static akka.actor.Props |
mkProps(akka.actor.ActorRef eventStore,
List<CommandHandlerFactory> commandHandlerFactories) |
static akka.actor.Props |
mkProps(List<akka.actor.Props> commandHandlerProps) |
void |
onReceive(Object o) |
void |
preStart() |
@Deprecated public CommandDispatcher(akka.actor.ActorRef eventStore, List<CommandHandlerFactory> commandHandlerFactories)
public CommandDispatcher(List<akka.actor.Props> commandHandlerProps)
public static akka.actor.Props mkProps(akka.actor.ActorRef eventStore,
List<CommandHandlerFactory> commandHandlerFactories)
public static akka.actor.Props mkProps(List<akka.actor.Props> commandHandlerProps)
public void preStart()
throws InterruptedException
preStart in interface akka.actor.ActorpreStart in class akka.actor.UntypedActorInterruptedExceptionCopyright © 2014. All rights reserved.