Interface Eventsourced.State

Enclosing interface:
Eventsourced

public static interface Eventsourced.State
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    stateReceive(scala.PartialFunction<Object,scala.runtime.BoxedUnit> receive, Object message)
     
  • Method Details

    • recoveryRunning

      boolean recoveryRunning()
    • stateReceive

      void stateReceive(scala.PartialFunction<Object,scala.runtime.BoxedUnit> receive, Object message)