@Deprecated public abstract class ProjectionFactory extends Object implements akka.actor.UntypedActorFactory
| Modifier and Type | Field and Description |
|---|---|
protected akka.actor.ActorRef |
eventstore
Deprecated.
|
| Modifier | Constructor and Description |
|---|---|
protected |
ProjectionFactory()
Deprecated.
|
protected |
ProjectionFactory(akka.actor.ActorRef eventstore)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
akka.actor.ActorRef |
getEventstore()
Deprecated.
|
abstract Class<? extends Projection> |
getProjectionClass()
Deprecated.
|
void |
setEventstore(akka.actor.ActorRef eventstore)
Deprecated.
|
protected ProjectionFactory(akka.actor.ActorRef eventstore)
protected ProjectionFactory()
public akka.actor.ActorRef getEventstore()
public void setEventstore(akka.actor.ActorRef eventstore)
public abstract Class<? extends Projection> getProjectionClass()
Copyright © 2014. All rights reserved.