Package akka.persistence
Interface Eventsourced.State
- 
- Enclosing interface:
- Eventsourced
 
 public static interface Eventsourced.State
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanrecoveryRunning()voidstateReceive(scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> receive, java.lang.Object message)
 
-