Package org.apache.pekko.persistence
Interface Eventsourced.State
- Enclosing interface:
- Eventsourced
public static interface Eventsourced.State
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidstateReceive(scala.PartialFunction<Object, scala.runtime.BoxedUnit> receive, Object message)
-
Method Details
-
recoveryRunning
boolean recoveryRunning() -
stateReceive
-