public private abstract static class Eventsourced.ProcessingState extends java.lang.Object implements Eventsourced.State
Constructor and Description |
---|
ProcessingState() |
Modifier and Type | Method and Description |
---|---|
scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> |
common() |
abstract void |
onWriteMessageComplete(boolean err) |
boolean |
recoveryRunning() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
stateReceive
public boolean recoveryRunning()
recoveryRunning
in interface Eventsourced.State
public scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> common()
public abstract void onWriteMessageComplete(boolean err)