Package akka.persistence
Interface Eventsourced.State
-
- Enclosing interface:
- Eventsourced
public static interface Eventsourced.State
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
recoveryRunning()
void
stateReceive(scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> receive, java.lang.Object message)
-