Interface EventSourcedBehaviorTestKit.RestartResult<State>

Enclosing interface:
EventSourcedBehaviorTestKit<Command,Event,State>

public static interface EventSourcedBehaviorTestKit.RestartResult<State>
The result of restarting the behavior.
  • Method Summary

    Modifier and Type
    Method
    Description
    The state after recovery.
  • Method Details

    • state

      State state()
      The state after recovery.