public class ProjectionManager
extends akka.actor.UntypedActor
| Constructor and Description |
|---|
ProjectionManager(akka.actor.ActorRef errorListener,
List<akka.actor.Props> props) |
ProjectionManager(List<ProjectionFactory> projectionFactories,
akka.actor.ActorRef errorListener)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static akka.actor.Props |
mkProps(akka.actor.ActorRef errorListener,
List<akka.actor.Props> props) |
void |
onReceive(Object o) |
akka.actor.SupervisorStrategy |
supervisorStrategy() |
@Deprecated public ProjectionManager(List<ProjectionFactory> projectionFactories, akka.actor.ActorRef errorListener)
public ProjectionManager(akka.actor.ActorRef errorListener,
List<akka.actor.Props> props)
public static akka.actor.Props mkProps(akka.actor.ActorRef errorListener,
List<akka.actor.Props> props)
public akka.actor.SupervisorStrategy supervisorStrategy()
supervisorStrategy in interface akka.actor.ActorsupervisorStrategy in class akka.actor.UntypedActorCopyright © 2014. All rights reserved.